stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / edit / cust_main_county.html
index 11b8e43..9cc5131 100644 (file)
@@ -7,6 +7,7 @@
                    'state'    => 'State',
                    'county'   => 'County',
                    'city'     => 'City',
+                   'district' => 'District',
                    'taxclass' => 'Tax class',
                    'taxname'  => 'Tax name',
                    'tax'      => 'Tax rate',
@@ -46,8 +47,12 @@ my @fields = (
   { field=>'state',    type=>'fixed-state', },
   { field=>'county',   type=>'fixed', },
   { field=>'city',     type=>'fixed', },
+  { field=>'source',   type=>'hidden', },
 );
 
+push @fields, { field=>'district', type=>'fixed', }
+  if $cust_main_county->district;
+
 push @fields, { field=>'taxclass', type=>'fixed', }
   if $conf->exists('enable_taxclasses');