Subversion Repositories SmartDukaan

Rev

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

Rev 7570 Rev 7571
Line 97... Line 97...
97
						<td> </td>
97
						<td> </td>
98
					#end
98
					#end
99
                    <td><input type = "button" id = "show-transfer-lot-items" value = "View Lot Items" transferLotId = "$transferLot.getId()"/></td>
99
                    <td><input type = "button" id = "show-transfer-lot-items" value = "View Lot Items" transferLotId = "$transferLot.getId()"/></td>
100
					#if(!$action.isTransferReceivable($transferLot))
100
					#if(!$action.isTransferReceivable($transferLot))
101
						<td><a href = "/inventory/transfer-lot!downloadFBASheet?id=$transferLot.getId()" id = "transfer-lot-sheet-download-button" />FBA Sheet</td>
101
						<td><a href = "/inventory/transfer-lot!downloadFBASheet?id=$transferLot.getId()" id = "transfer-lot-sheet-download-button" />FBA Sheet</td>
-
 
102
					#else
-
 
103
						<td> </td>
102
					#end
104
					#end
103
                </tr>
105
                </tr>
104
    			#end
106
    			#end
105
			</tbody>
107
			</tbody>
106
		</table>
108
		</table>