http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6673
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4874|0 |1 is obsolete| | --- Comment #10 from Ian Walls <[email protected]> 2011-09-21 15:13:40 UTC --- Created attachment 5495 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5495 Expanded patch This expanded patch removes all usage of get_branchcode_by_name($template->param('LoginBranchname')) and get_branchcode_by_name($template->{VARS}->('LoginBranchname')) in favour of the more standard C4::Context->userenv->{'branch'} call. This occurs 5 places in the code, all related to Labels -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
