Bug 34478: Manual fix - acqui/vendor_issues.pl

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-02-22 15:50:51 +01:00
parent 0f182f84b0
commit c83330ab9c
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -92,7 +92,7 @@ if ( $op eq 'add_form' || $op eq 'cud-show' ) {
};
}
$op = 'list';
} elsif ( $op eq 'cud-delete_confirm' ) {
} elsif ( $op eq 'delete_confirm' ) {
$template->param( issue => $issue );
} elsif ( $op eq 'cud-delete_confirmed' ) {
try {