X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fnotices.pl;h=51a843c2f6df285ca0dfa782174e27576aca4ed1;hb=0486d0c6b781fbda73df19eb825ef330bdc4544a;hp=41f2a903bf87d56eb0b2bacb058b928e5711221e;hpb=bfc3ea8cc4f0746d4d5658d7c2e2353855bd2b29;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;