Bug 34478: Cities - Incorrect op check for cud-delete_confirm
authorOwen Leonard <oleonard@myacpl.org>
Thu, 15 Feb 2024 17:35:32 +0000 (17:35 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:59:23 +0000 (10:59 +0100)
commit2cfd7c4bfe3586a175a4cc57708297ff8999a572
treebc5b06335569f707cac8d7235f6b26ab6ed4fdcd
parent325b3e7c1087d920d2400f19e9cdf9770c0d75f8
Bug 34478: Cities - Incorrect op check for cud-delete_confirm

On the cities administration page, the delete button is a GET operation
to a second form for confirmation.

This script should be checking for op=delete_confirm, not
cud-delete_confirm.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
admin/cities.pl