[freeside-commits] branch FREESIDE_2_1_BRANCH updated. bdc7f571703df7e79c9b154631615fa9929713a0

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


The branch, FREESIDE_2_1_BRANCH has been updated
       via  bdc7f571703df7e79c9b154631615fa9929713a0 (commit)
      from  e7d76b20692213f2eee6e9992d960a4ce4b0dac0 (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 bdc7f571703df7e79c9b154631615fa9929713a0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 21 14:25:56 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 3288f15..dbfaaf7 100644
--- a/httemplate/view/cust_main/payment_history.html
+++ b/httemplate/view/cust_main/payment_history.html
@@ -480,7 +480,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