[Koha-bugs] [Bug 9011] Add the ability to store the last patron to return an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 20 09:25:39 CEST 2013


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

--- Comment #27 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Galen Charlton from comment #25)
> Setting to In Discussion and requesting a response from Jonathan to the
> question I asked in my previous comment.
> 
> Broader question: do we really need another field in the items table?  Why
> not just tweak AnonymiseIssueHistory() so that if StoreLastBorrower is set,
> old_issue rows that are the most recent return for their items are not
> anonymized?

If anonymouspatron is enabled, C4::Circ::MarkIssueReturn can change the
borrowernumber with the anonymouspatron value. So the information does not
exist in the old_issues table.

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


More information about the Koha-bugs mailing list