http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8113
--- Comment #4 from Ron Gillies <[email protected]> --- (In reply to comment #3) > I have a suspicion this is to do with bug 6875, but I have to go to a user > day now so can't investigate more. > > And it may be checking if it needs transfer. A quick fix ron, change line > 1541 to read > > my $itemnumber = C4::Items::GetItemnumberFromBarcode( $barcode ); > > instead of > > my $itemnumber = GetItemnumberFromBarcode( $barcode ); > > This will work while we track down the root cause and fix it Made the change that you suggested at line 1541 Error continues with a slight change in the location Undefined subroutine &C4::Circulation::GetItemnumberFromBarcode called at /usr/share/koha/lib/C4/Circulation.pm line 1563 GetItem is used at that point and a note references the fact that it should work because GetItemnumberFromBarcode worked I will leave this as is for the moment as it may need eyes more familiar with the code than mine. -- 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/
