https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17947 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Failed QA --- Comment #3 from Owen Leonard <oleonard@myacpl.org> ---
- (in [% mylibraryfirst %] only) + (in [% LibraryNameTitle %] only)
As M. Tompsett says, [% LibraryNameTitle %] is not going to show you the name of the user's library branch, but the name of the library "system" in a multi-branch situation. The suggestion is to use this instead: (in [% Branches.GetName( mylibraryfirst ) %] only) This uses a template plugin to pull the correct library branch name based on the branchcode output by 'mylibraryfirst' Because this patch doesn't work as expected, I'm setting this to Failed QA. -- You are receiving this mail because: You are watching all bug changes.