http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Benjamin Rokseth <[email protected]> --- 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. _______________________________________________ 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/
