diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-29 15:19:17 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-29 15:19:17 -0700 |
| commit | 33aa032478e29000c8c0d4fbe7bf8cb25c277606 (patch) | |
| tree | dca9779a3f3990ee26268575bb135081f9f1b23c /httemplate/edit | |
| parent | 0e17277ed0cc243452dfc07d1bd702502c7d50c3 (diff) | |
| parent | 36e4318e1ccec27ae76a3d1505718a3d47af67c9 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit')
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
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" |
