http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9011 --- Comment #27 from Jonathan Druart <jonathan.druart@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.