Bug 34478: Manual fix - acqui/vendor_issues.pl
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
0f182f84b0
commit
c83330ab9c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue