From: ivan Date: Tue, 13 Dec 2011 05:16:47 +0000 (+0000) Subject: add latitude/longitude to prospects, customers and package locations, RT#15539 X-Git-Tag: freeside_2_3_1~91 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bdb7b4bf619b14291bdd44919a1a8121ce06df33;hp=b429a422185206c645c84ec1c3540494d336b943 add latitude/longitude to prospects, customers and package locations, RT#15539 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 1f850b103..6b54301f9 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -855,6 +855,9 @@ sub tables_hashref { 'state', 'varchar', 'NULL', $char_d, '', '', 'zip', 'varchar', 'NULL', 10, '', '', 'country', 'char', '', 2, '', '', + 'latitude', 'decimal', 'NULL', '', '', '', + 'longitude','decimal', 'NULL', '', '', '', + 'coord_auto', 'char', 'NULL', 1, '', '', 'daytime', 'varchar', 'NULL', 20, '', '', 'night', 'varchar', 'NULL', 20, '', '', 'fax', 'varchar', 'NULL', 12, '', '', @@ -870,6 +873,9 @@ sub tables_hashref { 'ship_state', 'varchar', 'NULL', $char_d, '', '', 'ship_zip', 'varchar', 'NULL', 10, '', '', 'ship_country', 'char', 'NULL', 2, '', '', + 'ship_latitude', 'decimal', 'NULL', '', '', '', + 'ship_coord_auto', 'char', 'NULL', 1, '', '', + 'ship_longitude','decimal', 'NULL', '', '', '', 'ship_daytime', 'varchar', 'NULL', 20, '', '', 'ship_night', 'varchar', 'NULL', 20, '', '', 'ship_fax', 'varchar', 'NULL', 12, '', '', @@ -1042,6 +1048,9 @@ sub tables_hashref { 'county', 'varchar', 'NULL', $char_d, '', '', 'state', 'varchar', 'NULL', $char_d, '', '', 'zip', 'varchar', 'NULL', 10, '', '', + 'latitude', 'decimal', 'NULL', '', '', '', + 'longitude', 'decimal', 'NULL', '', '', '', + 'coord_auto', 'char', 'NULL', 1, '', '', 'country', 'char', '', 2, '', '', 'geocode', 'varchar', 'NULL', 20, '', '', 'location_type', 'varchar', 'NULL', 20, '', '',