Selaa lähdekoodia

ContractTypeEnum: fix value as front

zinab_elgendy 4 kuukautta sitten
vanhempi
commit
2fba8b6ef1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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,
         FixedPayContract = 2,
-        PerProjectContract = 3,
-        PerTaskContract = 4,
+        PerTaskContract = 3,
+        PerProjectContract = 4,
     }
 }