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

(-)a/tools/batchedit.pl (-2 / +1 lines)
Lines 141-147 if($input->param('field') and not defined $op){ Link Here
141
                     query => $input,
141
                     query => $input,
142
                     type => "intranet",
142
                     type => "intranet",
143
                     authnotrequired => 0,
143
                     authnotrequired => 0,
144
                     flagsrequired => "batchedit",
144
                     flagsrequired => { tools =>"batchedit" },
145
                     });
145
                     });
146
146
147
    $template->param( inputform => 1, ) unless @biblionumbers;
147
    $template->param( inputform => 1, ) unless @biblionumbers;
148
- 

Return to bug 5725