[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 977bf74053199c902011851d72260c44694a2793

Ivan ivan at 420.am
Thu Jun 21 14:25:52 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  977bf74053199c902011851d72260c44694a2793 (commit)
      from  28dd1fb8e816442196a14484618792f76f3cead7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 977bf74053199c902011851d72260c44694a2793
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 21 14:25:51 2012 -0700

    fix refund deletion, RT#18192

diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html
index c453ffa..b6e49b6 100644
--- a/httemplate/view/cust_main/payment_history.html
+++ b/httemplate/view/cust_main/payment_history.html
@@ -491,7 +491,7 @@ foreach my $cust_credit ($cust_main->cust_credit) {
 foreach my $cust_refund ($cust_main->cust_refund) {
   push @history, {
     'date'   => $cust_refund->_date,
-    'desc'   => include('payment_history/refund.html', $cust_refund),
+    'desc'   => include('payment_history/refund.html', $cust_refund, %opt),
     'refund' => $cust_refund->refund,
   };
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/payment_history.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list