projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca9ba1
)
spacing
author
ivan
<ivan>
Sun, 31 Oct 2010 19:06:56 +0000
(19:06 +0000)
committer
ivan
<ivan>
Sun, 31 Oct 2010 19:06:56 +0000
(19:06 +0000)
FS/FS/cust_main/Billing.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_main/Billing.pm
b/FS/FS/cust_main/Billing.pm
index
cd1d2bd
..
e004788
100644
(file)
--- 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');