summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-26 23:05:04 -0700
committerMark Wells <mark@freeside.biz>2012-08-28 16:55:25 -0700
commit7acc76e0ead0d88cb225c88016c778c8feb9a075 (patch)
treeafba049169395ab95ccd369668fcae0585557b6a /httemplate/edit/cust_main.cgi
parentabb5095e4f202875934937166af1efe912f77d34 (diff)
only show coordinate fields where necessary, #940
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-xhttemplate/edit/cust_main.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 9b30d31b0..e3e812f19 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -53,6 +53,7 @@
<& /elements/location.html,
object => $cust_main->bill_location,
prefix => 'bill_',
+ enable_coords => 1,
&>
<& cust_main/after_bill_location.html, $cust_main &>
</TABLE>
@@ -77,6 +78,7 @@
prefix => 'ship_',
enable_censustract => 1,
enable_district => 1,
+ enable_coords => 1,
&>
</TABLE>
<TABLE CLASS="fsinnerbox" ID="table_ship_location_blank"