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

(-)a/C4/Serials.pm (-1 / +3 lines)
Lines 1530-1535 sub ReNewSubscription { Link Here
1530
        );
1530
        );
1531
    }
1531
    }
1532
1532
1533
    $numberlength ||= 0; # Should not we raise an exception instead?
1534
    $weeklength   ||= 0;
1535
1533
    # renew subscription
1536
    # renew subscription
1534
    $query = qq|
1537
    $query = qq|
1535
        UPDATE subscription
1538
        UPDATE subscription
1536
- 

Return to bug 20144