Subversion Repositories SmartDukaan

Rev

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

Rev 11693 Rev 12543
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)
109
					#if($transferLot.getDestinationWarehouseId()==16 || $transferLot.getDestinationWarehouseId()==1771 || $transferLot.getDestinationWarehouseId()==2854)
110
						#if($transferLot.getStatus() != 'TRANSFER_COMPLETE' && $action.isPermitted("transfer-lot:update") && $action.isAutorizedToAccessWarehouse($transferLot.getOriginWarehouseId()) && !$action.isTransferReceivable($transferLot))
110
						#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>
111
    						<td><input type = "button" id = "transfer-lot-item-receive-button" value = "Mark-Received-Items" transferLotId="$transferLot.getId()"/></td>
112
    					#else
112
    					#else
113
    						<td> </td>
113
    						<td> </td>
114
						#end
114
						#end