diff options
author | Mark Wells <mark@freeside.biz> | 2012-08-26 23:05:04 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-08-28 16:55:25 -0700 |
commit | 7acc76e0ead0d88cb225c88016c778c8feb9a075 (patch) | |
tree | afba049169395ab95ccd369668fcae0585557b6a /httemplate/elements/tr-select-cust_location.html | |
parent | abb5095e4f202875934937166af1efe912f77d34 (diff) |
only show coordinate fields where necessary, #940
Diffstat (limited to 'httemplate/elements/tr-select-cust_location.html')
-rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index d9e3e9e27..b804f4548 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -216,6 +216,7 @@ Example: 'no_asterisks' => 1, 'no_bold' => $opt{'no_bold'}, 'alt_format' => $opt{'alt_format'}, + 'enable_coords'=> 1, ) %> <SCRIPT TYPE="text/javascript"> |