From b3d218b41c480f73101969456d01d792e6f0bbac Mon Sep 17 00:00:00 2001 From: Mason James Date: Tue, 13 Nov 2007 11:59:10 -0600 Subject: [PATCH] bug fixed 'weeklength', not showing in subscription edit screen Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- serials/subscription-add.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serials/subscription-add.pl b/serials/subscription-add.pl index 27db62095e..f9e5e468ac 100755 --- a/serials/subscription-add.pl +++ b/serials/subscription-add.pl @@ -124,7 +124,7 @@ if ($op eq 'mod'||$op eq 'dup') { $sublength = $subs->{numberlength}; $sub_on = $subscription_types[0]; } elsif ($subs->{weeklength}>0){ - $sublength = $weeklength; + $sublength = $subs->{weeklength}; $sub_on = $subscription_types[1]; } else { $sublength = $subs->{monthlength}; -- 2.11.0