Browse Source

ContractTypeEnum: fix value as front

zinab_elgendy 2 months ago
parent
commit
2fba8b6ef1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MTWorkHR.Core/Global/Enum/ContractTypeEnum.cs

+ 2 - 2
MTWorkHR.Core/Global/Enum/ContractTypeEnum.cs

@@ -10,7 +10,7 @@ namespace MTWorkHR.Core.Global
     {
     {
         EmployeeContract = 1,
         EmployeeContract = 1,
         FixedPayContract = 2,
         FixedPayContract = 2,
-        PerProjectContract = 3,
+        PerTaskContract = 3,
-        PerTaskContract = 4,
+        PerProjectContract = 4,
     }
     }
 }
 }