make census tract UI behave more like other cust_location fields, #23497
[freeside.git] / httemplate / edit / cust_main.cgi
index 480047c..629c808 100755 (executable)
@@ -53,6 +53,8 @@
     <& /elements/location.html,
         object => $cust_main->bill_location,
         prefix => 'bill_',
+        enable_censustract => 1,
+        enable_district => 1,
         enable_coords => 1,
     &>
     <& cust_main/after_bill_location.html, $cust_main &>