17 May
2012
17 May
'12
11:09 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8113 --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> --- 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.