[Koha-bugs] [Bug 6673] Create Batch Label from Staged MARC Records fails after upgrade to 3.4.x

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 21 17:13:40 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6673

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4874|0                           |1
        is obsolete|                            |

--- Comment #10 from Ian Walls <ian.walls at bywatersolutions.com> 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.


More information about the Koha-bugs mailing list