[freeside-commits] branch FREESIDE_2_3_BRANCH updated. fad4bbd1265aebe241a53406ad655746ae8589ae

Ivan ivan at 420.am
Thu Jul 5 23:08:32 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  fad4bbd1265aebe241a53406ad655746ae8589ae (commit)
      from  340c25ab6d097a96cf6a6e5bfbfca2656d0d016a (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 fad4bbd1265aebe241a53406ad655746ae8589ae
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jul 5 23:08:29 2012 -0700

    fix tax credited detail w/ district tax, RT#18412

diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html
index fef295e..4612118 100644
--- a/httemplate/search/cust_credit_bill_pkg.html
+++ b/httemplate/search/cust_credit_bill_pkg.html
@@ -167,7 +167,7 @@ if ( $cgi->param('taxclass')
 
 }
 
-my @loc_param = qw( city county state country );
+my @loc_param = qw( district city county state country );
 
 if ( $cgi->param('out') ) {
 
@@ -215,7 +215,7 @@ if ( $cgi->param('out') ) {
 
           my %ph = ( 'county' => dbh->quote($_),
                      map { $_ => dbh->quote( $cgi->param($_) ) }
-                       qw( city state country )
+                       qw( district city state country )
                    );
 
           my ( $loc_sql, @param ) = FS::cust_pkg->location_sql;

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

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




More information about the freeside-commits mailing list