[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:41:35 CET 2012


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

--- Comment #80 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 8134
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8134&action=edit
Bug 6875 Followup: De-nesting C4::Items breaks bulkmarcimport

Removing 'use C4::Branch' in favour of a subroutine-specific 'require
C4::Branch'
causes the GetBranchName subroutine to return an error, as it's not defined
in C4::Items.  Adding "C4::Branch::" scoping fixes the error, which is what's
done here.

To confirm problem:
1.  Attempt to run bulkmarcimport.pl before applying the patch.  You should get
    ERROR: Adding items to bib 435 failed: Undefined subroutine
&C4::Items::GetBranchName
    called at /home/sekjal/kohaclone/C4/Items.pm line 656, <GEN13> line 435.

To test:
2.  apply patch
3.  run bulkmarcimport again.  Error should disappear.

Signed-off-by: Ian Walls <koha.sekjal at gmail.com>
Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
Note that this problem only appears when importing records with item (952)
fields.

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


More information about the Koha-bugs mailing list