https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- This is part of a bigger problem. Need to check these out further. koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt This list was generated by looking at the output of: for i in `git grep circ-menu.inc | grep tt: | cut -f1 -d:`; do echo "*****";echo $i;echo;grep Branch $i;echo "*****"; done | less and then selecting those that lacked Branch. The other cases generally had the required "[% USE Branches %]" -- You are receiving this mail because: You are watching all bug changes.