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 |
- |
|
|