[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.64, 1.65
Mark Wells
mark at wavetail.420.am
Thu Dec 8 13:13:19 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv3784/httemplate/view/cust_main
Modified Files:
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.64
retrieving revision 1.65
diff -u -w -d -r1.64 -r1.65
--- payment_history.html 26 Oct 2011 03:24:00 -0000 1.64
+++ payment_history.html 8 Dec 2011 21:13:17 -0000 1.65
@@ -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