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

(-)a/serials/subscription-frequencies.pl (-2 / +1 lines)
Lines 88-94 if($op && ($op eq 'cud-savenew' || $op eq 'cud-savemod')) { Link Here
88
    } else {
88
    } else {
89
        AddSubscriptionFrequency($frequency);
89
        AddSubscriptionFrequency($frequency);
90
    }
90
    }
91
} elsif($op && $op eq 'cud-del') {
91
} elsif($op && $op eq 'del') {
92
    my $frequencyid = $input->param('frequencyid');
92
    my $frequencyid = $input->param('frequencyid');
93
93
94
    if ($frequencyid) {
94
    if ($frequencyid) {
95
- 

Return to bug 38378