[freeside-commits] branch master updated. bc193b14d10f81548a659d52f68b58fa7599b646

Mark Wells mark at 420.am
Tue Mar 19 11:41:52 PDT 2013


The branch, master has been updated
       via  bc193b14d10f81548a659d52f68b58fa7599b646 (commit)
      from  35b1ca7d644c773f4e0aebf6d8798c93f76a7cd8 (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 bc193b14d10f81548a659d52f68b58fa7599b646
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Mar 19 11:41:28 2013 -0700

    invoice batch report, #940

diff --git a/httemplate/view/bill_batch.cgi b/httemplate/view/bill_batch.cgi
index 7d64039..55ee4be 100644
--- a/httemplate/view/bill_batch.cgi
+++ b/httemplate/view/bill_batch.cgi
@@ -13,7 +13,7 @@
                                'hashref' => { },
                                'addl_from' => 
                                  'LEFT JOIN cust_bill USING ( invnum ) '.
-                                 'LEFT JOIN cust_main USING ( custnum )',
+                                 FS::UI::Web::join_cust_main('cust_bill'),
                                'extra_sql' => " WHERE batchnum = $batchnum",
                              },
               'count_query' => "SELECT COUNT(*) FROM cust_bill_batch WHERE batchnum = $batchnum",

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

Summary of changes:
 httemplate/view/bill_batch.cgi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list