summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay_batch.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-15 16:59:05 -0700
committerMark Wells <mark@freeside.biz>2013-08-15 16:59:05 -0700
commit8f47076c27dd065fa130fd6b1af7dd90c2125d5f (patch)
treecafdc08b3e4208c00a30c6bb79680df5989ab682 /httemplate/search/cust_pay_batch.cgi
parent7a51c5cf922048cf1478920b3fec496e0bb26aef (diff)
capture B:OP and B:BP failure_status values from payment attempts, #21117
Diffstat (limited to 'httemplate/search/cust_pay_batch.cgi')
-rwxr-xr-xhttemplate/search/cust_pay_batch.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi
index 9f9eb30ce..d5fe52ba5 100755
--- a/httemplate/search/cust_pay_batch.cgi
+++ b/httemplate/search/cust_pay_batch.cgi
@@ -30,10 +30,10 @@
sub {
sprintf('%.02f', $_[0]->amount)
},
- 'status',
+ sub { $_[0]->display_status },
'error_message',
],
- 'align' => 'rrrlllcrll',
+ 'align' => 'rrrlllcrlll',
'links' => [ '',
["${p}view/cust_bill.cgi?", 'invnum'],
(["${p}view/cust_main.cgi?", 'custnum']) x 2,