|
@@ -22,11 +22,8 @@ namespace MTWorkHR.Core.Global
|
|
|
{10, "Record delete failed!" },
|
|
|
{11, "Record name already existed" },
|
|
|
{12, "Record email already existed" },
|
|
|
- {13, "Tenancy name already existed" },
|
|
|
- {14, "Tenant expected!" },
|
|
|
- {15, "Tenant cannot be zero!" },
|
|
|
- {16, "Attachments Required" },
|
|
|
- {14, "Could Not Move Files" },
|
|
|
+ {13, "Attachment Required" },
|
|
|
+ {14, "Could Not Move Files" },
|
|
|
{15, "Mapper Issue" },
|
|
|
{16, "InCorrect File Length" },
|
|
|
{17, "Wrong or expired OTP" },
|
|
@@ -39,7 +36,7 @@ namespace MTWorkHR.Core.Global
|
|
|
{24, "Email Not Exist" },
|
|
|
{25, "Phone Already Exist" },
|
|
|
{26, "User Not Exist" },
|
|
|
- {26, "User already checked in" },
|
|
|
+ {27, "User already checked in" },
|
|
|
|
|
|
};
|
|
|
}
|