def items = StockItemSetup.findAllByStationId(session.stId as Long).sort{ it.itemName.toUpperCase()
}
}
No comments:
Post a Comment