[freeside-commits] branch master updated. f8befd3b7d617e918214ef786c642130d5634675

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


The branch, master has been updated
       via  f8befd3b7d617e918214ef786c642130d5634675 (commit)
      from  f5881f03875aa1460e76947cb5a45f96bf0144e4 (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 f8befd3b7d617e918214ef786c642130d5634675
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 21 14:25:50 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 c7a7c80..9e08c0c 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