https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off Assignee|martin.renvoize@ptfs-europe |jonathan.druart+koha@gmail. |.com |com --- Comment #21 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Nick Clemens from comment #18)
Something is not right with Koha::Item::last_returned_by
It returns a patron object, but the relationship is to ItemsLastBorrower and the call to set it doesn't work
prove -v t/db_dependent/Circulation/StoreLastBorrower.t
Oops! Thanks!
Also Koha/Virtualshelfshare.pm : everywhere else we assign resultset to rs, then create new - it isn't wrong, just inconsistent
Done. -- You are receiving this mail because: You are watching all bug changes.