From: Ivan Kohler Date: Thu, 16 Jan 2014 09:03:09 +0000 (-0800) Subject: fix order_pkg-no_start_date option, RT#25650, fallout from RT#24955, fallout from... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eaa3f2ea365a7ad41eb687cc7896c4ac1120b5dc fix order_pkg-no_start_date option, RT#25650, fallout from RT#24955, fallout from #24686 --- diff --git a/httemplate/misc/cust-part_pkg.cgi b/httemplate/misc/cust-part_pkg.cgi index 178d12e04..f6e91d93b 100644 --- a/httemplate/misc/cust-part_pkg.cgi +++ b/httemplate/misc/cust-part_pkg.cgi @@ -27,7 +27,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;