diff --git a/src/main/kotlin/com/restapi/domain/Inventories.kt b/src/main/kotlin/com/restapi/domain/Inventories.kt index 0c4e3d0..90f44db 100644 --- a/src/main/kotlin/com/restapi/domain/Inventories.kt +++ b/src/main/kotlin/com/restapi/domain/Inventories.kt @@ -50,6 +50,7 @@ open class OutgoingInventory : BaseTenantModel() { this.outMode = updated.outMode this.person = updated.person this.vehicle = updated.vehicle + this.jobCard = updated.jobCard this.unloading = updated.unloading this.unloadingPlantId = updated.unloadingPlantId