[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.58.2.6, 1.58.2.7

Mark Wells mark at wavetail.420.am
Thu Dec 8 13:14:00 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv4030/httemplate/view/cust_main

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	payment_history.html 
Log Message:
promised payment date for invoices, #13554

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.58.2.6
retrieving revision 1.58.2.7
diff -u -w -d -r1.58.2.6 -r1.58.2.7
--- payment_history.html	26 Oct 2011 03:24:01 -0000	1.58.2.6
+++ payment_history.html	8 Dec 2011 21:13:58 -0000	1.58.2.7
@@ -398,6 +398,8 @@
   )
 );
 
+$opt{'date_format'} ||= '%m/%d/%Y';
+
 #legacy invoices
 foreach my $legacy_cust_bill ($cust_main->legacy_cust_bill) {
   push @history, {



More information about the freeside-commits mailing list