Bug 18789: Use Koha::Patron->is_child where needed
[koha.git] / members / moremember.pl
index be981f9..8550dee 100755 (executable)
@@ -353,7 +353,6 @@ $template->param(
     totaldue_raw    => $total,
     overdues_exist  => $overdues_exist,
     StaffMember     => $category_type eq 'S',
-    is_child        => $category_type eq 'C',
     $category_type  => 1, # [% IF ( I ) %] = institutional/organisation
     samebranch      => $samebranch,
     quickslip       => $quickslip,