summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-07-05 23:08:25 -0700
committerIvan Kohler <ivan@freeside.biz>2012-07-05 23:08:25 -0700
commitf930db367ca02c72eb2ef88b1fc99d40ebbf1823 (patch)
tree97efdeb44f4b4efba600e1af528a6d205938b64e /httemplate
parentd18cf10c30afa6dce46c31cb87a1733202518cb8 (diff)
fix tax credited detail w/ district tax, RT#18412
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cust_credit_bill_pkg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html
index fef295e62..4612118a2 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;