Subversion Repositories SmartDukaan

Rev

Rev 23319 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23319 Rev 23324
Line 164... Line 164...
164
        }
164
        }
165
    });  
165
    });  
166
}
166
}
167
function loadTaxRateDiv(domId){
167
function loadTaxRateDiv(domId){
168
let response = '<p style="font-size: 14px;">Upload Tax Rate:</p>\
168
let response = '<p style="font-size: 14px;">Upload Tax Rate:</p>\
169
		<form id="uploadTaxSheet" name="fileUpload" action="" enctype="multipart/form-data" method="post">\
169
		<form id="uploadTaxSheet" name="fileUpload" action="/Support/bulk-add!uploadTaxRateSheet" enctype="multipart/form-data" method="post">\
170
			<label for="filePath" style="font-size: 14px;">Path : </label>\
170
			<label for="filePath" style="font-size: 14px;">Path : </label>\
171
			<input type="file" name="file" id="file">\
171
			<input type="file" name="file" id="file">\
172
			<input type="submit" value="Upload" name="upload">\
172
			<input type="submit" value="Upload" name="upload">\
173
        </form>\
173
        </form>\
174
<hr/>'
174
<hr/>'