]> git.koha-community.org Git - koha.git/commit
Bug 36995: Correct parameter name for library EAN deletion
authorOwen Leonard <oleonard@myacpl.org>
Thu, 30 May 2024 18:07:27 +0000 (18:07 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 27 Jun 2024 14:00:16 +0000 (14:00 +0000)
commit27ffd9bb8a1c66f2e44a19c6f3cb7365cf70c82c
treed730db0a3d4ca02a994f3de98c6855ae0563bbca
parent572ce3af4aaad54036297e67d659a74900c36131
Bug 36995: Correct parameter name for library EAN deletion

This patches removes the "cud-" prefix from the "delete_confirm"
parameter check in Library EAN management. The confirm step is a GET
operation.

To test, apply the patch and restart services;

- Go to Administration -> Library EANs.
- Add an entry if necessary, then click "Delete."
- You should be taken to a confirmation page: "Confirm deletion of
  EAN..."
- Confirm deletion and verify that the EAN was deleted.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 900a1aecbb689cc3348038e011c90e96a76a37bf)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/edi_ean_accounts.pl