[freeside-commits] branch FREESIDE_4_BRANCH updated. c06640fda032bff0874d12442a9c3adc8756d251
Ivan Kohler
ivan at freeside.biz
Thu Apr 19 14:47:43 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via c06640fda032bff0874d12442a9c3adc8756d251 (commit)
from b6785c0b3eef8cce1d67c53824d00a1afd9cc36a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c06640fda032bff0874d12442a9c3adc8756d251
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 19 14:47:42 2018 -0700
restore masked card info on batched payment report, RT#78166
diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi
index cc958b96d..6b175adb7 100755
--- a/httemplate/search/cust_pay_batch.cgi
+++ b/httemplate/search/cust_pay_batch.cgi
@@ -114,7 +114,7 @@ $count_query = 'SELECT COUNT(*) FROM cust_pay_batch ' .
$sql_query = {
'table' => 'cust_pay_batch',
- 'select' => 'cust_pay_batch.*, cust_main.*, cust_pay.paynum',
+ 'select' => 'cust_pay_batch.*, cust_pay.paynum',
'hashref' => {},
'addl_from' => 'LEFT JOIN pay_batch USING ( batchnum ) '.
'LEFT JOIN cust_main USING ( custnum ) '.
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/cust_pay_batch.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list