diff --git a/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs b/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs index 0dc5ea9d..698f318f 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs +++ b/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs @@ -992,7 +992,12 @@ public class IndexModel : PageModel officialHoliday, totalHoursH, totalHoursM, consumableItemDouble, housingAllowanceDouble, familyAllowanceDouble, marriedAllowanceDouble, workshop.IsOldContract); - + //فاطمه احمدژاد === موقت عیدی و پاداش و سنوات حساب نشه + if (employee.Id == 45104 && workshop.Id == 315) + { + bunosesPay.Bunoses = 0; + yearsPay.YearsPay = 0; + } var command = new CreateCheckout { EmployeeFullName = employee.EmployeeFullName,