summaryrefslogtreecommitdiff
path: root/FS/FS/Misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-11-11 13:28:06 -0800
committerIvan Kohler <ivan@freeside.biz>2012-11-11 13:28:06 -0800
commitfead47c024e1a6c4bc49b5387a4c690dc1a4bf3d (patch)
treee3ae1e96a46d203f1b584c9344db51124dcb9c37 /FS/FS/Misc
parent84fa358b56b89205fff99927080d5c28c01d57ff (diff)
fix compilation errors, RT#13763
Diffstat (limited to 'FS/FS/Misc')
-rw-r--r--FS/FS/Misc/Geo.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 6bc71fc..5cb10b2 100644
--- a/FS/FS/Misc/Geo.pm
+++ b/FS/FS/Misc/Geo.pm
@@ -9,6 +9,7 @@ use HTTP::Request::Common qw( GET POST );
use HTML::TokeParser;
use URI::Escape 3.31;
use Data::Dumper;
+use FS::Conf;
FS::UID->install_callback( sub {
$conf = new FS::Conf;
@@ -137,10 +138,10 @@ sub get_censustract_ffiec {
$return->{'statecode'} . $return->{'countycode'} . $return->{'tractcode'};
}
-sub get_district_methods {
- '' => '',
- 'wa_sales' => 'Washington sales tax',
-};
+#sub get_district_methods {
+# '' => '',
+# 'wa_sales' => 'Washington sales tax',
+#};
=item get_district LOCATION METHOD