From cb9dc2ecd0c1dd9968d9cfec600933d8c184768f Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 31 Jul 2015 22:02:27 -0500 Subject: [PATCH] RT#35100 how to void a payment in the cust_pay_batch before file has been uploaded to the bank [fix accidental backport] --- httemplate/search/cust_pay_batch.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi index 9e02e1b37..6f5db2d96 100755 --- a/httemplate/search/cust_pay_batch.cgi +++ b/httemplate/search/cust_pay_batch.cgi @@ -31,7 +31,7 @@ sub { sprintf('%.02f', $_[0]->amount) }, - sub { $_[0]->display_status }, + 'status', $sub_unbatch, 'error_message', ], -- 2.11.0