[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.62, 1.63
Ivan,,,
ivan at wavetail.420.am
Tue Oct 25 15:35:16 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv5205/httemplate/view/cust_main
Modified Files:
payment_history.html
Log Message:
add legacy_cust_bill to hold legacy invoice content, RT#12981
Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -w -d -r1.62 -r1.63
--- payment_history.html 17 Oct 2011 20:56:13 -0000 1.62
+++ payment_history.html 25 Oct 2011 22:35:14 -0000 1.63
@@ -396,6 +396,15 @@
)
);
+#legacy invoices
+foreach my $legacy_cust_bill ($cust_main->legacy_cust_bill) {
+ push @history, {
+ 'date' => $legacy_cust_bill->_date,
+ 'desc' => include('payment_history/legacy_invoice.html', $legacy_cust_bill, %opt ),
+ 'charge' => $legacy_cust_bill->charged,
+ };
+}
+
#invoices
foreach my $cust_bill ($cust_main->cust_bill) {
push @history, {
More information about the freeside-commits
mailing list