From 85f493bcbbc95190d1a69b1071337511bc898b20 Mon Sep 17 00:00:00 2001 From: SamSys Date: Sun, 30 Mar 2025 18:58:15 +0330 Subject: [PATCH] changes --- .../Repository/RollCallMandatoryRepository.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs b/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs index 3f871b77..2c321f56 100644 --- a/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs +++ b/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs @@ -2417,9 +2417,9 @@ CreateWorkingHoursTemp command, bool holidayWorking) return new CustomizeCheckoutMandatoryViewModel() { MonthlySalary = dailyWage * mandatoryDays, - ShiftStatus = customizeWorkshopEmployeeSettings.WorkshopShiftStatus, - SettingSalary = customizeWorkshopEmployeeSettings.Salary, - DailyWage = dailyWage + //ShiftStatus = customizeWorkshopEmployeeSettings.WorkshopShiftStatus, + //SettingSalary = customizeWorkshopEmployeeSettings.Salary, + //DailyWage = dailyWage }; }