diff options
| author | Mark Wells <mark@freeside.biz> | 2012-10-11 13:35:26 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-10-11 13:35:26 -0700 |
| commit | ee3fd4e95bdc52f15b0603a32363778f72d164ef (patch) | |
| tree | 4bc46a91ce39a576bb762bbff788b9c4b57567cb /FS | |
| parent | 236e788e21048c35ec95aaadcf1ab06875a3c658 (diff) | |
finish merge cleanup
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_main/Location.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/cust_main/Location.pm b/FS/FS/cust_main/Location.pm index 8e30bb65b..ba3513b2f 100644 --- a/FS/FS/cust_main/Location.pm +++ b/FS/FS/cust_main/Location.pm @@ -18,7 +18,8 @@ BEGIN { no strict 'refs'; @location_fields = qw( address1 address2 city county state zip country district - latitude longitude coord_auto censustract censusyear geocode ); + latitude longitude coord_auto censustract censusyear geocode + addr_clean ); foreach my $f (@location_fields) { *{"FS::cust_main::Location::$f"} = sub { |
