[freeside-commits] branch FREESIDE_4_BRANCH updated. acac1a271646cd2f9bfbb05a41372b360cbb5c8f

Ivan ivan at 420.am
Thu Dec 22 17:29:25 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  acac1a271646cd2f9bfbb05a41372b360cbb5c8f (commit)
      from  734745daedd3efc6728ebfdb48eac1af71960a06 (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 acac1a271646cd2f9bfbb05a41372b360cbb5c8f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Dec 22 17:29:24 2016 -0800

    fix "missing FROM-clause entry for table cust_pkg" error pulling up credits from vendor tax report, RT#73852

diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html
index 0cdd8de..4a14893 100644
--- a/httemplate/search/cust_credit_bill_pkg.html
+++ b/httemplate/search/cust_credit_bill_pkg.html
@@ -457,6 +457,8 @@ if ( $cgi->param('nottax') ) {
       push @where, "billpkgtaxratelocationnum IS NULL";
     }
 
+    $join_pkg .= ' LEFT JOIN cust_pkg USING ( pkgnum ) ';
+
     $join_pkg .= ' LEFT JOIN tax_rate_location USING ( taxratelocationnum ) ';
 
   } elsif ( $conf->exists('tax-pkg_address') ) {

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

Summary of changes:
 httemplate/search/cust_credit_bill_pkg.html |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list