X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fmancredit.pl;h=88200d0e20b6a99b4010f65d3a2007391119e3fb;hb=b32c38f9f10e0e2ad6eff5c044a520a14f9f1eaf;hp=3c664c2ce6fd6dc6bf10a11dd4a69c96922534d9;hpb=7650a34754d5265a749c070228ad04b397d3cf3a;p=koha_gimpoz diff --git a/members/mancredit.pl b/members/mancredit.pl index 3c664c2ce6..88200d0e20 100755 --- a/members/mancredit.pl +++ b/members/mancredit.pl @@ -106,6 +106,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; }