View | Details | Raw Unified | Return to bug 36326
Collapse All | Expand All

(-)a/tools/batchMod.pl (-2 / +1 lines)
Lines 206-212 $template->param( Link Here
206
# build screen with existing items. and "new" one
206
# build screen with existing items. and "new" one
207
#-------------------------------------------------------------------------------
207
#-------------------------------------------------------------------------------
208
208
209
if ($op eq "cud-show"){
209
if ($op eq "cud-show" || $op eq "show"){
210
    my $filefh = $input->upload('uploadfile');
210
    my $filefh = $input->upload('uploadfile');
211
    my $filecontent = $input->param('filecontent');
211
    my $filecontent = $input->param('filecontent');
212
    my ( @notfoundbarcodes, @notfounditemnumbers);
212
    my ( @notfoundbarcodes, @notfounditemnumbers);
213
- 

Return to bug 36326