diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-04-19 14:47:46 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-04-19 14:47:46 -0700 |
| commit | 5bd4fea086905ddcc1c2a157945258b79852d305 (patch) | |
| tree | 729889155e29ac390fef756215172df2814be4b5 | |
| parent | f24e5af480c4101cb585c2b6f325508a15c8fb3c (diff) | |
restore masked card info on batched payment report, RT#78166
| -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 6f5db2d96..d7c741413 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 ) '. |
