From caba365bbebc7e73ad0c25f9a3a9c75a48ed6140 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 24 Feb 2012 16:21:49 -0800 Subject: fix latitude/longitude w/cust_main-require_censustract, RT#16479 --- httemplate/edit/cust_main.cgi | 9 --------- 1 file changed, 9 deletions(-) (limited to 'httemplate/edit/cust_main.cgi') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index e823f7c93..14825d055 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -31,15 +31,6 @@ <& cust_main/birthdate.html, $cust_main &> % } -%# latitude and longitude -% if ( $conf->exists('cust_main-require_censustract') ) { -% my ($latitude, $longitude) = $cust_main->service_coordinates; -% $latitude ||= $conf->config('company_latitude') || ''; -% $longitude ||= $conf->config('company_longitude') || ''; - - -% } - %# contact info % my $same_checked = ''; -- cgit v1.2.1