Subversion Repositories SmartDukaan

Rev

Rev 6693 | Rev 6783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6693 Rev 6694
Line 59... Line 59...
59
				<select name = "warehouseId">
59
				<select name = "warehouseId">
60
					#foreach($warehouse in $action.getThirdPartyWarehouses())
60
					#foreach($warehouse in $action.getThirdPartyWarehouses())
61
						<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
61
						<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
62
					#end
62
					#end
63
                </select>
63
                </select>
-
 
64
				<br />
-
 
65
				<span>Upload Type :</span>
64
                <input type = "radio" name = "uploadVendorItemMapping" value = "true">Item Mapping</input>
66
                <input type = "radio" name = "uploadVendorItemMapping" value = "true">Item Mapping</input>
65
				<input type = "radio" name = "uploadVendorItemMapping" value = "false">Inventory</input>
67
				<input type = "radio" name = "uploadVendorItemMapping" value = "false">Inventory</input>
66
				<br />
68
				<br />
67
                <input type = "file" name = "file"></input>
69
                <input type = "file" name = "file"></input>
68
				<br/>
70
				<br/>