summaryrefslogtreecommitdiff
path: root/httemplate/misc/cust-part_pkg.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-16 01:03:06 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-16 01:03:06 -0800
commit9796215df2641f8f7c635b567b2186db1b25e291 (patch)
treed90ea6db425419635fa25993f9eec954a155c81e /httemplate/misc/cust-part_pkg.cgi
parent02a6274b9eec3668afe0835df2009790f010a0b9 (diff)
fix order_pkg-no_start_date option, RT#25650, fallout from RT#24955, fallout from #24686
Diffstat (limited to 'httemplate/misc/cust-part_pkg.cgi')
-rw-r--r--httemplate/misc/cust-part_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust-part_pkg.cgi b/httemplate/misc/cust-part_pkg.cgi
index 6c4524cb7..54973bc19 100644
--- a/httemplate/misc/cust-part_pkg.cgi
+++ b/httemplate/misc/cust-part_pkg.cgi
@@ -35,7 +35,7 @@ my $conf = new FS::Conf;
my $date_format = $conf->config('date_format') || '%m/%d/%Y';
-my $default_start_date = $conf->exists('order_pkg-no_start-date')
+my $default_start_date = $conf->exists('order_pkg-no_start_date')
? ''
: $cust_main->next_bill_date;