Bug 34478: Manual fix - batchMod
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
18e808240f
commit
1ea77fbd19
1 changed files with 3 additions and 2 deletions
|
@ -86,7 +86,7 @@ my $display_items;
|
||||||
|
|
||||||
my @messages;
|
my @messages;
|
||||||
|
|
||||||
if ( $op eq "action" ) {
|
if ( $op eq "cud-action" ) {
|
||||||
|
|
||||||
if ($del) {
|
if ($del) {
|
||||||
try {
|
try {
|
||||||
|
@ -294,7 +294,8 @@ if ($op eq "cud-show"){
|
||||||
notfoundbarcodes => \@notfoundbarcodes,
|
notfoundbarcodes => \@notfoundbarcodes,
|
||||||
notfounditemnumbers => \@notfounditemnumbers
|
notfounditemnumbers => \@notfounditemnumbers
|
||||||
);
|
);
|
||||||
$nextop="action"
|
$nextop="cud-action";
|
||||||
|
$template->param( show => 1 );
|
||||||
} # -- End action="cud-show"
|
} # -- End action="cud-show"
|
||||||
|
|
||||||
if ( $display_items ) {
|
if ( $display_items ) {
|
||||||
|
|
Loading…
Reference in a new issue