From c279931f1308544b1599f789454d64beec6002d0 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Sun, 30 May 2021 22:16:31 -0400 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20compl=C3=A9tion=20des=20kits?= =?UTF-8?q?=20de=20retouche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dev/fyloz/colorrecipesexplorer/service/TouchUpKitService.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/TouchUpKitService.kt b/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/TouchUpKitService.kt index 59bc4b8..17945f3 100644 --- a/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/TouchUpKitService.kt +++ b/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/TouchUpKitService.kt @@ -77,6 +77,7 @@ class TouchUpKitServiceImpl( company = company ?: persistedKit.company, quantity = quantity ?: persistedKit.quantity, shippingDate = shippingDate ?: persistedKit.shippingDate, + completionDate = completionDate ?: persistedKit.completionDate, finish = finish ?: persistedKit.finish, material = material ?: persistedKit.material, content = content?.map { touchUpKitProduct(it) }?.toSet() ?: persistedKit.content