summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-04-19 14:47:39 -0700
committerIvan Kohler <ivan@freeside.biz>2018-04-19 14:47:39 -0700
commit977188119859438f213f1c35cafdbf5a28a258a6 (patch)
treecd7fa99c69a5b140e55c3603227f7e0f2d8bb86c
parent7738617402d4f0a6fd6b75fa8c56b48c715a3c51 (diff)
restore masked card info on batched payment report, RT#78166
-rwxr-xr-xhttemplate/search/cust_pay_batch.cgi2
1 files changed, 1 insertions, 1 deletions
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 ) '.