diff options
author | ivan <ivan> | 2010-10-31 19:06:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-31 19:06:56 +0000 |
commit | a8501e5799817415bc10c736aa4adf7c851b701a (patch) | |
tree | fcfe35bf0f319c1d9cc4e72707e2c4dd06c867f1 | |
parent | 5ca9ba1f1e2831b1f22bbaeb414e68202093515a (diff) |
spacing
-rw-r--r-- | FS/FS/cust_main/Billing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index cd1d2bd46..e00478836 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1226,7 +1226,7 @@ sub _gather_taxes { local($DEBUG) = $FS::cust_main::DEBUG if $FS::cust_main::DEBUG > $DEBUG; my $geocode; - if ( $cust_pkg->locationnum && $conf->exists('tax-pkg_address') ) { + if ( $cust_pkg->locationnum && $conf->exists('tax-pkg_address') ) { $geocode = $cust_pkg->cust_location->geocode('cch'); } else { $geocode = $self->geocode('cch'); |