X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fmaninvoice.pl;h=f1c572c1d7472c3adc4786775b2321f013165e9c;hb=abf03414c37cb3d8d0591edb2408b60be7cf252e;hp=1f4209367778ab5f8d407df39ff436c91379df58;hpb=f21577986f8ff5da5fde88deaae2302a8b40dbe7;p=koha_gimpoz diff --git a/members/maninvoice.pl b/members/maninvoice.pl index 1f42093677..f1c572c1d7 100755 --- a/members/maninvoice.pl +++ b/members/maninvoice.pl @@ -133,6 +133,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { branchcode => $data->{'branchcode'}, branchname => GetBranchName($data->{'branchcode'}), is_child => ($data->{'category_type'} eq 'C'), + activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), ); output_html_with_http_headers $input, $cookie, $template->output; }