From 26e91d6afcd21b7113cdc6aebb37ad5acd3d5de8 Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 7 Jul 2011 17:00:58 +0000 Subject: add a per-package disable_line_item_date_ranges option, RT13200 --- httemplate/edit/process/part_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/process/part_pkg.cgi') diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index 724880190..b4d2eb99d 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -109,7 +109,7 @@ my $args_callback = sub { } $options{$_} = scalar( $cgi->param($_) ) - for (qw( setup_fee recur_fee )); + for (qw( setup_fee recur_fee disable_line_item_date_ranges )); push @args, 'options' => \%options; -- cgit v1.2.1