|
|
@@ -544,7 +544,7 @@ open class StockInLineService( |
|
|
field["poCode"] = info.poCode |
|
|
field["poCode"] = info.poCode |
|
|
field["itemType"] = info.itemType |
|
|
field["itemType"] = info.itemType |
|
|
field["acceptedQty"] = info.acceptedQty.toString() |
|
|
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["productionDate"] = info.productionDate?.format(DateTimeFormatter.ISO_LOCAL_DATE) ?: "" |
|
|
field["expiryDate"] = info.expiryDate?.format(DateTimeFormatter.ISO_LOCAL_DATE) ?: "" |
|
|
field["expiryDate"] = info.expiryDate?.format(DateTimeFormatter.ISO_LOCAL_DATE) ?: "" |
|
|
field["lotNo"] = info.lotNo ?: "" |
|
|
field["lotNo"] = info.lotNo ?: "" |
|
|
|