From 8cbe016ac2c28cd209c48f053f361573368e7988 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 13 Dec 2011 05:09:32 +0000 Subject: add latitude/longitude to prospects, customers and package locations, RT#15539 --- httemplate/edit/cust_main.cgi | 7 ++++--- httemplate/edit/process/prospect_main.html | 1 + httemplate/edit/prospect_main.html | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 38b351381..218015577 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -51,6 +51,7 @@ % push @ship_style, 'background-color:#dddddd'; % foreach ( % qw( last first company address1 address2 city county state zip country +% latitude longitude coord_auto % daytime night fax mobile ) % ) { % $cust_main->set("ship_$_", $cust_main->get($_) ); @@ -73,7 +74,7 @@ -- cgit v1.2.1