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

Benjamin Rokseth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36271|0                           |1
        is obsolete|                            |

--- Comment #21 from Benjamin Rokseth <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to