[Koha-bugs] [Bug 33284] checkout_renewals table retains checkout history in violation of patron privacy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 21 17:52:02 CET 2023


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

--- Comment #3 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Test plan:
1 - Apply patch
2 - Have 3 patrons covering the 3 privacy options: Default, Forever, Never
3 - Check an item out to each patron
4 - renew each patron's item via the staff interface
5 - renew each patron's item via the OPAC
6 - SELECT * FROM checkout_renewals, confirm all staff interface renewals show
your borrowernumber, all OPAC renewals show the patron's borrowernumber
7 - return all items
8 - repeat #6, confirm that the Never patron's OPAC renewal now shows the
anonymous borrowernumber but other values have not changed
9 - anonymize all circ data using Batch patron deletion and anonymization
10 - repeat #6, confirm the Default patron's OPAC renewal now shows the
anonymous borrowernumber but other values have not changed

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


More information about the Koha-bugs mailing list