11 Mar
2020
11 Mar
'20
4:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22507 --- Comment #5 from Jessie Zairo <jzairo@bywatersolutions.com> --- This can be accomplished with template toolkit. Example below: [% USE Branches %] [% loggedinbranchname = Branches.GetName( Branches.GetLoggedInBranchcode() ) %] [% IF loggedinbranchname == branch.branchname%] This is the branch [% ELSE %] Transfer this to branch [% END %] Marking resolved. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.