| Line 56... |
Line 56... |
| 56 |
<h3>Upload Inventory/Vendor-Item Mapping for Any Vendor in A-B format</h3>
|
56 |
<h3>Upload Inventory/Vendor-Item Mapping for Any Vendor in A-B format</h3>
|
| 57 |
<form id ="inventory-uploader" enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory!genericUpload">
|
57 |
<form id ="inventory-uploader" enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory!genericUpload">
|
| 58 |
<span>Select Vendor : </span>
|
58 |
<span>Select Vendor : </span>
|
| 59 |
<select name = "warehouseId">
|
59 |
<select name = "warehouseId">
|
| 60 |
#foreach($warehouse in $action.getThirdPartyWarehouses())
|
60 |
#foreach($warehouse in $action.getThirdPartyWarehouses())
|
| 61 |
#if ($warehouse.getVendor().getId() != 1)
|
61 |
#if (!$warehouse.isIsAvailabilityMonitored())
|
| 62 |
<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
|
62 |
<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
|
| 63 |
#end
|
63 |
#end
|
| 64 |
#end
|
64 |
#end
|
| 65 |
</select>
|
65 |
</select>
|
| 66 |
<br />
|
66 |
<br />
|