Bug 18423 - Add child button not always appearing - problem in template variable
[koha.git] / members / maninvoice.pl
index 906e2fe..86c9506 100755 (executable)
@@ -124,7 +124,6 @@ if ($add){
         borrowernumber => $borrowernumber,
         categoryname   => $data->{'description'},
         is_child       => ($data->{'category_type'} eq 'C'),
-        activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
         RoutingSerials => C4::Context->preference('RoutingSerials'),
     );
     output_html_with_http_headers $input, $cookie, $template->output;