[freeside-commits] freeside/httemplate/misc tax-import.cgi, 1.7, 1.8
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed May 13 15:27:44 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv13408/httemplate/misc
Modified Files:
tax-import.cgi
Log Message:
improved taxproduct tax report RT#4783
Index: tax-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/tax-import.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tax-import.cgi 12 Feb 2009 15:55:39 -0000 1.7
+++ tax-import.cgi 13 May 2009 22:27:42 -0000 1.8
@@ -6,7 +6,7 @@
<% include( '/elements/form-file_upload.html',
'name' => 'TaxRateUpload',
'action' => 'process/tax-import.cgi',
- 'num_files' => 5,
+ 'num_files' => 6,
'fields' => [ 'format', ],
'message' => 'Tax rates imported',
)
@@ -27,13 +27,15 @@
</TR>
<% include( '/elements/file-upload.html',
- 'field' => [ 'codefile',
+ 'field' => [ 'geofile',
+ 'codefile',
'plus4file',
'zipfile',
'txmatrix',
'detail',
],
- 'label' => [ 'code filename',
+ 'label' => [ 'geocode filename',
+ 'code filename',
'plus4 filename',
'zip filename',
'txmatrix filename',
More information about the freeside-commits
mailing list