[freeside-commits] freeside/httemplate/edit cust_main_county.html, 1.3, 1.4

Mark Wells mark at wavetail.420.am
Fri Jan 13 02:13:58 PST 2012


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv17776/httemplate/edit

Modified Files:
	cust_main_county.html 
Log Message:
sales tax districts, #15089

Index: cust_main_county.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main_county.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- cust_main_county.html	12 Oct 2009 02:14:12 -0000	1.3
+++ cust_main_county.html	13 Jan 2012 10:13:56 -0000	1.4
@@ -7,6 +7,7 @@
                    'state'    => 'State',
                    'county'   => 'County',
                    'city'     => 'City',
+                   'district' => 'District',
                    'taxclass' => 'Tax class',
                    'taxname'  => 'Tax name',
                    'tax'      => 'Tax rate',
@@ -48,6 +49,9 @@
   { field=>'city',     type=>'fixed', },
 );
 
+push @fields, { field=>'district', type=>'fixed', }
+  if $cust_main_county->district;
+
 push @fields, { field=>'taxclass', type=>'fixed', }
   if $conf->exists('enable_taxclasses');
 



More information about the freeside-commits mailing list