From 443c42252cac0fc0b85c49bebf03ede74417e732 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 18 Oct 2023 20:23:28 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=84=E0=B8=B7=E0=B8=99=E0=B8=95=E0=B8=B3?= =?UTF-8?q?=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87=E0=B8=A5=E0=B8=9A?= =?UTF-8?q?=E0=B9=80=E0=B8=AB=E0=B8=95=E0=B8=B8=E0=B8=9C=E0=B8=A5=E0=B8=A5?= =?UTF-8?q?=E0=B8=B2=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Application/Repositories/Commands/CommandRepository.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs index e4d2d9bd..b456732d 100644 --- a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs +++ b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs @@ -3496,6 +3496,7 @@ namespace BMA.EHR.Application.Repositories.Commands profile.IsActive = true; profile.IsLeave = false; profile.LeaveDate = null; + profile.LeaveReason = null; //profile.Position = placementProfile.Profile.Position;