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

(-)a/tools/batch_extend_due_dates.pl (-2 / +1 lines)
Lines 46-52 my @issue_ids; Link Here
46
if ( $op eq 'form' ) {
46
if ( $op eq 'form' ) {
47
    $template->param( view => 'form', );
47
    $template->param( view => 'form', );
48
}
48
}
49
elsif ( $op eq 'list' ) {
49
elsif ( $op eq 'cud-list' ) {
50
50
51
    my @categorycodes     = $input->multi_param('categorycodes');
51
    my @categorycodes     = $input->multi_param('categorycodes');
52
    my @itemtypecodes     = $input->multi_param('itemtypecodes');
52
    my @itemtypecodes     = $input->multi_param('itemtypecodes');
53
- 

Return to bug 37483