[freeside-commits] freeside/httemplate/misc order_pkg.html, 1.14, 1.15

Mark Wells mark at wavetail.420.am
Thu Aug 19 12:11:47 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1217/httemplate/misc

Modified Files:
	order_pkg.html 
Log Message:
part_pkg prorate mixin and sync_bill_date option, RT#9554

Index: order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/order_pkg.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- order_pkg.html	18 Mar 2010 07:59:52 -0000	1.14
+++ order_pkg.html	19 Aug 2010 19:11:45 -0000	1.15
@@ -128,7 +128,11 @@
 my $pkgpart = scalar($cgi->param('pkgpart'));
 
 my $format = $date_format. ' %T %z (%Z)'; #false laziness w/REAL_cust_pkg.cgi?
-my $start_date = $cust_main->next_bill_date;
+my $start_date = '';
+if(! $conf->exists('order_pkg-no_start_date') ) {
+  warn "foo";
+  $cust_main->next_bill_date;
 $start_date = $start_date ? time2str($format, $start_date) : '';
+}
 
 </%init>



More information about the freeside-commits mailing list