<%@ page import="org.pih.warehouse.inventory.TransactionEntry" %> <warehouse:message code="default.list.label" args="[entityName]" />
${flash.message}
${fieldValue(bean: transactionEntryInstance, field: "id")} ${fieldValue(bean: transactionEntryInstance, field: "inventoryItem")} ${fieldValue(bean: transactionEntryInstance, field: "quantity")} ${fieldValue(bean: transactionEntryInstance, field: "comments")} ${fieldValue(bean: transactionEntryInstance, field: "transaction")}