X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main_county.html;h=9d21cc8a010257514d0f4ff33cd897005236632f;hp=11b8e43cd1bb88199809293f3041b9b65134ed80;hb=68c776b1b81217be620c9a4212d6652cc44452e5;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html index 11b8e43cd..9d21cc8a0 100644 --- a/httemplate/edit/cust_main_county.html +++ b/httemplate/edit/cust_main_county.html @@ -7,6 +7,7 @@ 'state' => 'State', 'county' => 'County', 'city' => 'City', + 'district' => 'District', 'taxclass' => 'Tax class', 'taxname' => 'Tax name', 'tax' => 'Tax rate', @@ -48,6 +49,9 @@ my @fields = ( { field=>'city', type=>'fixed', }, ); +push @fields, { field=>'district', type=>'fixed', } + if $cust_main_county->district; + push @fields, { field=>'taxclass', type=>'fixed', } if $conf->exists('enable_taxclasses');