RT# 83044 - V3 fix
authorChristopher Burger <burgerc@freeside.biz>
Fri, 15 Mar 2019 19:26:33 +0000 (15:26 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Fri, 15 Mar 2019 19:26:33 +0000 (15:26 -0400)
httemplate/edit/process/cust_refund.cgi

index 89994eb..bea81bc 100755 (executable)
@@ -97,6 +97,10 @@ if ( $cgi->param('paynum') > 0) {
       $_, scalar($cgi->param($_))
     } fields('cust_refund');
 
+    $hash{'payinfo'} = $cust_main->payinfo;
+    $hash{'paymask'} = $cust_main->paymask;
+    $hash{'paycardtype'} = $cust_main->paycardtype;
+
     ## unapply payment before creating refund.
     while ( $cust_pay && $cust_pay->unapplied < $refund ) {
       my @cust_bill_pay = $cust_pay->cust_bill_pay;