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

(-)a/acqui/vendor_issues.pl (-2 / +1 lines)
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
- 

Return to bug 36635