]> git.koha-community.org Git - koha.git/commit
Bug 38266: (bug 21083 follow-up) Increment after comparison
authorNick Clemens <nick@bywatersolutions.com>
Thu, 24 Oct 2024 18:17:54 +0000 (18:17 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 30 Oct 2024 06:47:52 +0000 (07:47 +0100)
commita62953aa9ee8c5ac80e6e5cc6dd5300725b89e5e
tree6d97ff4bfd6c42de76ad30f0e8ae1c2b1d408335
parentbaf884600d2d3d1666a13455d2db584f314fd414
Bug 38266: (bug 21083 follow-up) Increment after comparison

To test:
 1 - Define a patron attribute as repeatable
 2 - Add multiple values to a patron (I used borrowernumber 5)
 3 - Tools->Batch patron modification
 4 - Modify the patron from step 1, selecting the attribute you created and checking the box to clear
 5 - View the patron, they look correct
 6 - Check the DB:
    SELECT * FROM borrower_attributes WHERE borrowernumber=5;
 7 - There is one blank value
 8 - Apply patch
 9 - Repeat batch modification
10 - Check the DB, no attribute!
11 - Test with multiple attributes in the batch modification and ensure only the correct one is removed
12 - Sign off

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
tools/modborrowers.pl