From f8befd3b7d617e918214ef786c642130d5634675 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 21 Jun 2012 14:25:50 -0700 Subject: [PATCH] fix refund deletion, RT#18192 --- httemplate/view/cust_main/payment_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index c7a7c8024..9e08c0c5d 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, }; -- 2.11.0