[freeside-commits] branch FREESIDE_2_3_BRANCH updated. eaa3f2ea365a7ad41eb687cc7896c4ac1120b5dc
Ivan
ivan at 420.am
Thu Jan 16 01:03:12 PST 2014
The branch, FREESIDE_2_3_BRANCH has been updated
via eaa3f2ea365a7ad41eb687cc7896c4ac1120b5dc (commit)
from 18430ed0fb606a05154a7ca748d9a2b85d158fb0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eaa3f2ea365a7ad41eb687cc7896c4ac1120b5dc
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 16 01:03:09 2014 -0800
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 178d12e..f6e91d9 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;
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/cust-part_pkg.cgi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list