]> git.koha-community.org Git - koha.git/commit
Bug 37540: Ensure datetime is a string before enqueueing pseudonymization
authorNick Clemens <nick@bywatersolutions.com>
Wed, 31 Jul 2024 17:23:50 +0000 (17:23 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 1 Aug 2024 16:22:27 +0000 (18:22 +0200)
commit1213ad7af7a1dc85561f19ddafaae2f0cb1e6a27
tree68c7d0a0d9b2801c74a2f3ee2b7e3a80861288db
parent0b7c79fca41450ef30b5661bcfc543eecdd788f2
Bug 37540: Ensure datetime is a string before enqueueing pseudonymization

To test:
1 - Enable Pseudonymization in system preferences
    NOTE: See bug 28911 for bcrypt setup
2 - Issue an item to a patron
3 - View the patrons checkouts
4 - Check the box under 'Renew'
5 - Renew selected items
6 - Internal server error
7 - Apply patch
8 - Restart all
9 - Repeat 4&5
10 - Success!

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Statistic.pm