27 Sep
2012
27 Sep
'12
10:28 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8113 --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- (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.