[Koha-bugs] [Bug 6875] de-nesting C4 packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 10 14:01:59 CET 2012


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

Ian Walls <koha.sekjal at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |blocker

--- Comment #78 from Ian Walls <koha.sekjal at gmail.com> ---
De-nesting C4::Items has resulted in bulkmarcimport.pl throwing the error: 

ERROR: Adding items to bib 1 failed: Undefined subroutine
&C4::Items::GetBranchName called at /home/sekjal/kohaclone/C4/Items.pm line
656, <GEN13> line 435.

GetBranchName is not scoped properly.  Adding the C4::Branch:: prefix will fix
this.  Patch forthcoming.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list