[Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 3 10:57:53 CET 2015


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

Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #13 from Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> ---
there is a small bug in the rebase on line 202:
Can't locate object method "Patron" via package "ILS" at C4/SIP/ILS.pm line
202.

$circ->patron( $patron = new ILS::Patron $item->{patron} );

should be:

$circ->patron($patron = C4::SIP::ILS::Patron->new( $item->{patron} ));

otherwise it breaks connection on checkin of checked out item

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list