X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fnotices.pl;h=51a843c2f6df285ca0dfa782174e27576aca4ed1;hb=1ee7f449be2ba45c2458d2ac571172ecf58752b2;hp=41f2a903bf87d56eb0b2bacb058b928e5711221e;hpb=7650a34754d5265a749c070228ad04b397d3cf3a;p=koha_fer diff --git a/members/notices.pl b/members/notices.pl index 41f2a903bf..51a843c2f6 100755 --- a/members/notices.pl +++ b/members/notices.pl @@ -68,6 +68,7 @@ $template->param( sentnotices => 1, branchname => GetBranchName($borrower->{'branchcode'}), categoryname => $borrower->{'description'}, + activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), ); output_html_with_http_headers $input, $cookie, $template->output;