projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c676664
)
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
author
ivan
<ivan>
Mon, 12 Oct 2009 02:14:12 +0000
(
02:14
+0000)
committer
ivan
<ivan>
Mon, 12 Oct 2009 02:14:12 +0000
(
02:14
+0000)
httemplate/edit/cust_main_county.html
patch
|
blob
|
history
diff --git
a/httemplate/edit/cust_main_county.html
b/httemplate/edit/cust_main_county.html
index
5d7f9e6
..
11b8e43
100644
(file)
--- 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', }