[Koha-bugs] [Bug 8113] Item return fails using SIP2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 17 23:09:03 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8113

--- Comment #3 from Chris Cormack <chris at 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.


More information about the Koha-bugs mailing list