X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main_county.html;h=11b8e43cd1bb88199809293f3041b9b65134ed80;hp=5d7f9e62e5ddeccab9da9fc08eedea965038a36b;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=2f673cd6e61a8c67c4ef89d11cae3e96a7fac306 diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html index 5d7f9e62e..11b8e43cd 100644 --- a/httemplate/edit/cust_main_county.html +++ b/httemplate/edit/cust_main_county.html @@ -6,6 +6,7 @@ 'country' => 'Country', 'state' => 'State', 'county' => 'County', + 'city' => 'City', 'taxclass' => 'Tax class', 'taxname' => 'Tax name', 'tax' => 'Tax rate', @@ -44,6 +45,7 @@ my @fields = ( { field=>'country', type=>'fixed-country', }, { field=>'state', type=>'fixed-state', }, { field=>'county', type=>'fixed', }, + { field=>'city', type=>'fixed', }, ); push @fields, { field=>'taxclass', type=>'fixed', }