fix refund deletion, RT#18192
authorIvan Kohler <ivan@freeside.biz>
Thu, 21 Jun 2012 21:25:50 +0000 (14:25 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 21 Jun 2012 21:25:50 +0000 (14:25 -0700)
httemplate/view/cust_main/payment_history.html

index c7a7c80..9e08c0c 100644 (file)
@@ -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,
   };