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

Mark Wells mark at wavetail.420.am
Thu Aug 19 13:21:06 PDT 2010


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

Modified Files:
	order_pkg.html 
Log Message:
fix my mistake

Index: order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/order_pkg.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- order_pkg.html	19 Aug 2010 19:11:45 -0000	1.15
+++ order_pkg.html	19 Aug 2010 20:21:04 -0000	1.16
@@ -130,8 +130,7 @@
 my $format = $date_format. ' %T %z (%Z)'; #false laziness w/REAL_cust_pkg.cgi?
 my $start_date = '';
 if(! $conf->exists('order_pkg-no_start_date') ) {
-  warn "foo";
-  $cust_main->next_bill_date;
+  $start_date = $cust_main->next_bill_date;
   $start_date = $start_date ? time2str($format, $start_date) : '';
 }
 



More information about the freeside-commits mailing list