[freeside-commits] freeside/FS/FS/cust_main Billing.pm,1.46,1.47
Mark Wells
mark at wavetail.420.am
Fri Jan 13 02:13:58 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv17776/FS/FS/cust_main
Modified Files:
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.46
retrieving revision 1.47
diff -u -w -d -r1.46 -r1.47
--- Billing.pm 26 Dec 2011 21:18:24 -0000 1.46
+++ Billing.pm 13 Jan 2012 10:13:56 -0000 1.47
@@ -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