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