http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36271|0 |1 is obsolete| | --- Comment #21 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- Created attachment 40952 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40952&action=edit Bug 13411 - Koha's SIP server returns not ok for checking in items that are not checked out corrected line $circ->patron( $patron = new ILS::Patron $item->{patron} ); to $circ->patron($patron = C4::SIP::ILS::Patron->new( $item->{patron})); in patch, as it breaks checkin and conforms to namespace used in file -- You are receiving this mail because: You are watching all bug changes.