http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |blocker --- Comment #78 from Ian Walls <koha.sekjal@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.