[freeside-commits] branch master updated. 3e7de7eb51f9ea9b135f42ea337c0ec75deceeab

Mark Wells mark at 420.am
Wed Jun 5 14:43:18 PDT 2013


The branch, master has been updated
       via  3e7de7eb51f9ea9b135f42ea337c0ec75deceeab (commit)
      from  e2956e14f9ddb53302c594aa343db3a59bacdda3 (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 3e7de7eb51f9ea9b135f42ea337c0ec75deceeab
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Jun 5 14:42:30 2013 -0700

    fix detail links from tax report, #22829

diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index 3a3b0fe..1830511 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -222,7 +222,7 @@ if ( $conf->exists('enable_taxclasses') ) {
 
 # valid in both the tax and non-tax cases
 my $join_cust = 
-  " LEFT JOIN cust_bill USING (invnum)".
+  " LEFT JOIN cust_bill ON (cust_bill_pkg.invnum = cust_bill.invnum)".
   # use cust_pkg.locationnum if it exists
   FS::UI::Web::join_cust_main('cust_bill', 'cust_pkg');
 

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

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




More information about the freeside-commits mailing list