diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-31 22:02:27 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-31 22:02:27 -0500 |
commit | cb9dc2ecd0c1dd9968d9cfec600933d8c184768f (patch) | |
tree | 9823ec8b34aeec4fbcafa6bb5cafa034818b930d | |
parent | de5f40d0e0746bfd0c8a1e14bd1ed2979bf5d152 (diff) |
RT#35100 how to void a payment in the cust_pay_batch before file has been uploaded to the bank [fix accidental backport]
-rwxr-xr-x | httemplate/search/cust_pay_batch.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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', ], |