diff options
author | jeff <jeff> | 2008-10-18 01:19:23 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-10-18 01:19:23 +0000 |
commit | 4f8c88a1271b9aabf7fa1ada06a35830157caa3a (patch) | |
tree | f7457fa4c21004bf07d18808a1c81930e08b4e2a /FS | |
parent | a7f9cf427287a825fdc0911f93fa79b0512ff88d (diff) |
doh
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index f6952050d..27df10f01 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5193,7 +5193,7 @@ sub geocode { 'table' => 'cust_tax_location', 'hashref' => { 'zip' => $zip, 'data_vendor' => $data_vendor }, 'extra_sql' => $extra_sql, - 'order_by' => 'plus4lo', #overlapping areas with distinct ends + 'order_by' => 'ORDER BY plus4lo',#overlapping with distinct ends } ); $geocode = $cust_tax_location[0]->geocode |