[freeside-commits] branch FREESIDE_3_BRANCH updated. 5bd4fea086905ddcc1c2a157945258b79852d305

Ivan Kohler ivan at freeside.biz
Thu Apr 19 14:47:47 PDT 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  5bd4fea086905ddcc1c2a157945258b79852d305 (commit)
      from  f24e5af480c4101cb585c2b6f325508a15c8fb3c (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 5bd4fea086905ddcc1c2a157945258b79852d305
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 19 14:47:46 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 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 ) '.

-----------------------------------------------------------------------

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