https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23296 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- Until this is fixed here is a workaround. Edit the (All libraries) AUTO_RENEWALS notice like so: [% whichbranch = borrower.branchcode %] [% IF whichbranch == "BRANCHCODE" %] some specific branch notice stuff about auto renewal [% ELSE %] some generic notice stuff about auto renewal [% END %] -- You are receiving this mail because: You are watching all bug changes.