[Koha-bugs] [Bug 23838] Add ability to view item renew history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 11 17:15:25 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838

--- Comment #51 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Right.. I've added bug 30275 to deal with creating the new renewals table..
having discussed it with Tomas deeply we decided this was the best option to
keep the API code clean in the long run, and has the benefit that we don't need
to worry about anonymisation as we're using links back to already anonymised
tables instead of repeating data here.

Also, because of said links, we don't need old_* tables either.

Next step is to complete unit tests on that bug and then adapt this one to use
the API's introduced there.

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


More information about the Koha-bugs mailing list