Bug 34478: op =~ ^cud- in pl/pm - Manual branches.pl

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-01-30 11:28:07 +01:00
parent 63fcbb0692
commit 9ff45ceaf6
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -163,7 +163,7 @@ if ( $op eq 'add_form' ) {
};
}
$op = 'list';
} elsif ( $op eq 'cud-delete_confirm' ) {
} elsif ( $op eq 'delete_confirm' ) {
my $library = Koha::Libraries->find($branchcode);
my $items_count = Koha::Items->search(
{ -or => {