Show Supplier

${flash.message}
Id: ${fieldValue(bean:supplierInstance, field:'id')}
Description: ${fieldValue(bean:supplierInstance, field:'description')}
Inventory Items:
  • ${i?.encodeAsHTML()}
Is Active: ${fieldValue(bean:supplierInstance, field:'isActive')}
Name: ${fieldValue(bean:supplierInstance, field:'name')}
Supplier Type: ${supplierInstance?.supplierType?.encodeAsHTML()}