http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8113
--- Comment #3 from Chris Cormack <[email protected]> --- 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 -- 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/
