|
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 |
- |
|
|