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

(-)a/serials/subscription-add.pl (-2 / +1 lines)
Lines 448-454 sub redirect_mod_subscription { Link Here
448
448
449
    # Guess end date
449
    # Guess end date
450
    if(!defined $enddate || $enddate eq '') {
450
    if(!defined $enddate || $enddate eq '') {
451
        my $subscription = Koha::Subscriptions->new({
451
        my $subscription = Koha::Subscription->new({
452
            startdate       => $startdate,
452
            startdate       => $startdate,
453
            periodicity     => $periodicity,
453
            periodicity     => $periodicity,
454
            weeklength      => $weeklength,
454
            weeklength      => $weeklength,
455
- 

Return to bug 17656