[freeside-commits] freeside/httemplate/edit cust_main_county.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Sun Oct 11 19:14:14 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv2687/httemplate/edit
Modified Files:
cust_main_county.html
Log Message:
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
Index: cust_main_county.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main_county.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cust_main_county.html 1 Apr 2008 06:37:20 -0000 1.2
+++ cust_main_county.html 12 Oct 2009 02:14:12 -0000 1.3
@@ -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 @@
{ field=>'country', type=>'fixed-country', },
{ field=>'state', type=>'fixed-state', },
{ field=>'county', type=>'fixed', },
+ { field=>'city', type=>'fixed', },
);
push @fields, { field=>'taxclass', type=>'fixed', }
More information about the freeside-commits
mailing list