X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main_county.html;h=9cc5131a2e73c16fc2dc8b6a04c4351b96a0bfdd;hp=11b8e43cd1bb88199809293f3041b9b65134ed80;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html index 11b8e43cd..9cc5131a2 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', @@ -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');