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