http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8113
--- Comment #6 from Chris Cormack <[email protected]> --- (In reply to comment #5) > That should be C4::Items->GetItemnumberFromBarcode not > C4::Items::GetItemnumberFromBarcode > > The latter expects a GetItemnumberFromBarcode.pm file, whereas the former > expects a function inside of C4::Items. Not true. C4::Items::GetItemnumberFromBarcode() calls the GetItemnumberFromBarcode subroutine in C4/Items.pm If you notice Ron's other comment, it is now the same error further in the file. -- 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/
