[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.58.2.4, 1.58.2.5
Ivan,,,
ivan at wavetail.420.am
Tue Oct 25 15:35:23 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv5216/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.58.2.4
retrieving revision 1.58.2.5
diff -u -w -d -r1.58.2.4 -r1.58.2.5
--- payment_history.html 17 Oct 2011 20:56:12 -0000 1.58.2.4
+++ payment_history.html 25 Oct 2011 22:35:20 -0000 1.58.2.5
@@ -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