From: Ivan Kohler Date: Thu, 21 Jun 2012 21:25:51 +0000 (-0700) Subject: fix refund deletion, RT#18192 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=977bf74053199c902011851d72260c44694a2793;p=freeside.git fix refund deletion, RT#18192 --- diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index c453ffadc..b6e49b61b 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, };