| Line 104... |
Line 104... |
| 104 |
#if($transferLot.getReferenceUpdationDate()!=0)
|
104 |
#if($transferLot.getReferenceUpdationDate()!=0)
|
| 105 |
<td>$action.getDateTime($transferLot.getReferenceUpdationDate())</td>
|
105 |
<td>$action.getDateTime($transferLot.getReferenceUpdationDate())</td>
|
| 106 |
#else
|
106 |
#else
|
| 107 |
<td>--NA--</td>
|
107 |
<td>--NA--</td>
|
| 108 |
#end
|
108 |
#end
|
| 109 |
#if($transferLot.getDestinationWarehouseId()==16 || $transferLot.getDestinationWarehouseId()==1771 || $transferLot.getDestinationWarehouseId()==2854 || $transferLot.getDestinationWarehouseId()==3295 || $transferLot.getDestinationWarehouseId()==4699 || $transferLot.getDestinationWarehouseId()==5314)
|
109 |
#if($transferLot.getDestinationWarehouseId()==16 || $transferLot.getDestinationWarehouseId()==1771 || $transferLot.getDestinationWarehouseId()==2854
|
| - |
|
110 |
|| $transferLot.getDestinationWarehouseId()==3295 || $transferLot.getDestinationWarehouseId()==4699 || $transferLot.getDestinationWarehouseId()==5314
|
| - |
|
111 |
|| $transferLot.getDestinationWarehouseId()==5623)
|
| 110 |
#if($transferLot.getStatus() != 'TRANSFER_COMPLETE' && $action.isPermitted("transfer-lot:update") && $action.isAutorizedToAccessWarehouse($transferLot.getOriginWarehouseId()) && !$action.isTransferReceivable($transferLot))
|
112 |
#if($transferLot.getStatus() != 'TRANSFER_COMPLETE' && $action.isPermitted("transfer-lot:update") && $action.isAutorizedToAccessWarehouse($transferLot.getOriginWarehouseId()) && !$action.isTransferReceivable($transferLot))
|
| 111 |
<td><input type = "button" id = "transfer-lot-item-receive-button" value = "Mark-Received-Items" transferLotId="$transferLot.getId()"/></td>
|
113 |
<td><input type = "button" id = "transfer-lot-item-receive-button" value = "Mark-Received-Items" transferLotId="$transferLot.getId()"/></td>
|
| 112 |
#else
|
114 |
#else
|
| 113 |
<td> </td>
|
115 |
<td> </td>
|
| 114 |
#end
|
116 |
#end
|