[freeside-commits] freeside/FS/FS/cust_main Billing.pm, 1.38.2.7, 1.38.2.8
Mark Wells
mark at wavetail.420.am
Fri Jan 13 02:14:19 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv18020/FS/FS/cust_main
Modified Files:
Tag: FREESIDE_2_3_BRANCH
Billing.pm
Log Message:
sales tax districts, #15089
Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.38.2.7
retrieving revision 1.38.2.8
diff -u -w -d -r1.38.2.7 -r1.38.2.8
--- Billing.pm 26 Dec 2011 21:18:25 -0000 1.38.2.7
+++ Billing.pm 13 Jan 2012 10:14:17 -0000 1.38.2.8
@@ -1165,7 +1165,7 @@
} else {
- my @loc_keys = qw( city county state country );
+ my @loc_keys = qw( district city county state country );
my %taxhash;
if ( $conf->exists('tax-pkg_address') && $cust_pkg->locationnum ) {
my $cust_location = $cust_pkg->cust_location;
@@ -1182,7 +1182,7 @@
my @taxes = ();
my %taxhash_elim = %taxhash;
- my @elim = qw( city county state );
+ my @elim = qw( district city county state );
do {
#first try a match with taxclass
More information about the freeside-commits
mailing list