Lines 53-59
unless ($vendor) {
Link Here
|
53 |
exit; |
53 |
exit; |
54 |
} |
54 |
} |
55 |
|
55 |
|
56 |
if ( $op eq 'add_form' || $op eq 'cud-show' ) { |
56 |
if ( $op eq 'add_form' || $op eq 'show' ) { |
57 |
$template->param( issue => $issue ); |
57 |
$template->param( issue => $issue ); |
58 |
} elsif ( $op eq 'cud-add_validate' ) { |
58 |
} elsif ( $op eq 'cud-add_validate' ) { |
59 |
my $type = $input->param('type'); |
59 |
my $type = $input->param('type'); |
60 |
- |
|
|