From 36bf1695cac8aed30340a2d7a7e963091e932021 Mon Sep 17 00:00:00 2001 From: gowthaman Date: Tue, 28 May 2024 14:03:53 +0530 Subject: [PATCH] add a job card --- src/main/kotlin/com/restapi/domain/Inventories.kt | 1 + 1 file changed, 1 insertion(+) 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