[freeside-commits] branch master updated. 977188119859438f213f1c35cafdbf5a28a258a6

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


The branch, master has been updated
       via  977188119859438f213f1c35cafdbf5a28a258a6 (commit)
      from  7738617402d4f0a6fd6b75fa8c56b48c715a3c51 (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 977188119859438f213f1c35cafdbf5a28a258a6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 19 14:47:39 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