|
|
|
@@ -192,7 +192,7 @@ open class InventoryLotLineService( |
|
|
|
field["poCode"] = info.poCode |
|
|
|
field["itemType"] = info.itemType |
|
|
|
field["acceptedQty"] = info.acceptedQty.toString() |
|
|
|
field["uom"] = info.uom.code.toString() |
|
|
|
field["uom"] = info.uom.udfudesc.toString() |
|
|
|
field["productionDate"] = info.productionDate?.format(DateTimeFormatter.ISO_LOCAL_DATE) ?: "" |
|
|
|
field["expiryDate"] = info.expiryDate?.format(DateTimeFormatter.ISO_LOCAL_DATE) ?: "" |
|
|
|
field["lotNo"] = info.lotNo!! |
|
|
|
|