]> git.koha-community.org Git - koha.git/commit
Bug 37089: cud-delete_confirm should not be cud
authorEmily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Fri, 14 Jun 2024 14:03:22 +0000 (10:03 -0400)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 21 Jun 2024 13:02:48 +0000 (15:02 +0200)
commit5083d5752c2413cc265c6e9682539e6495c7c906
tree205bbcfe8d1c0fbc0e6091d80b220e743fb815dc
parentc81b201dc92eadafbc2349afeec800562d9aa501
Bug 37089: cud-delete_confirm should not be cud

Adjust aqbudgets.pl and currency.pl to check for the correct op value

To test:
Part 1 - Delete a fund
1. Go to Acquisitions > Funds
2. Try to delete a fund
   --> Confirmation page shows fund name as '' and fund amount as 0.00
3. Click "Yes, delete this fund"
   --> The fund is still there

Part 2 - Delete a currency
3. Go to Acquisitions > Currencies
4. Try to delete a currency
   --> Confirmation shows empty values for currency and rate
5. Click, "Yes, delete this currency"
   --> An error message appears and the currency is not deleted

6. Apply patch and restart_all
7. Repeat steps 1-5
   --> Confirmation pages display correct information, and deletions
       occur successfully

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
admin/aqbudgets.pl
admin/currency.pl