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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 18 01:10:52 CEST 2012


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

--- Comment #4 from Ron Gillies <hlib at lloydminster.info> ---
(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.


More information about the Koha-bugs mailing list