fix tax credited detail w/ district tax, RT#18412
authorIvan Kohler <ivan@freeside.biz>
Fri, 6 Jul 2012 06:08:25 +0000 (23:08 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 6 Jul 2012 06:08:25 +0000 (23:08 -0700)
httemplate/search/cust_credit_bill_pkg.html

index fef295e..4612118 100644 (file)
@@ -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;