From 9fccafa7662f8eac572939f64867e625945a1c92 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 16 Jan 2014 01:03:03 -0800 Subject: [PATCH] fix order_pkg-no_start_date option, RT#25650, fallout from RT#24955, fallout from #24686 --- httemplate/misc/cust-part_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0