X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pay_batch.cgi;h=d7c74141328462f29ad31835d65baf47e0a7e8a8;hb=5bd4fea086905ddcc1c2a157945258b79852d305;hp=6f5db2d967ae9bf0074c4aa399a2eb27426a7d5c;hpb=0c76afbb717e1716e6126bc4a120b8d9471614a0;p=freeside.git 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 ) '.