| Line 58... |
Line 58... |
| 58 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
58 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
| 59 |
#if($warehouse.getId()==$action.getTransferWarehouseId())
|
59 |
#if($warehouse.getId()==$action.getTransferWarehouseId())
|
| 60 |
<option value = "$warehouse.getId()" selected>$warehouse.getDisplayName()</option>
|
60 |
<option value = "$warehouse.getId()" selected>$warehouse.getDisplayName()</option>
|
| 61 |
#end
|
61 |
#end
|
| 62 |
#end
|
62 |
#end
|
| 63 |
#if($action.getTransferWarehouseId()==0)
|
- |
|
| 64 |
<option value = "0" >Select...</option>
|
- |
|
| 65 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
- |
|
| 66 |
<option value = "$warehouse.getId()">$warehouse.getDisplayName()</option>
|
- |
|
| 67 |
#end
|
- |
|
| 68 |
#end
|
- |
|
| 69 |
#else
|
63 |
#else
|
| 70 |
<option value = "0" >Select...</option>
|
64 |
<option value = "0" >Select...</option>
|
| 71 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
65 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
| 72 |
<option value = "$warehouse.getId()">$warehouse.getDisplayName()</option>
|
66 |
<option value = "$warehouse.getId()">$warehouse.getDisplayName()</option>
|
| 73 |
#end
|
67 |
#end
|