diff options
author | ivan <ivan> | 2009-10-12 02:14:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-12 02:14:12 +0000 |
commit | 40ea7b4f601951f06c8506d2380b29ddd6c9d1d2 (patch) | |
tree | d76d34263796d10198fcc3c154951ba357c08f06 | |
parent | c676664d00f6b98130b9d0c12b9ca524288725a3 (diff) |
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
-rw-r--r-- | httemplate/edit/cust_main_county.html | 2 |
1 files changed, 2 insertions, 0 deletions
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', } |