This commit is contained in:
@@ -529,7 +529,7 @@ namespace AyaNova.Util
|
|||||||
u.Roles = roles;
|
u.Roles = roles;
|
||||||
u.LocaleId = localeId == 0 ? ServerBootConfig.AYANOVA_DEFAULT_LANGUAGE_ID : localeId;
|
u.LocaleId = localeId == 0 ? ServerBootConfig.AYANOVA_DEFAULT_LANGUAGE_ID : localeId;
|
||||||
u.UserType = userType;
|
u.UserType = userType;
|
||||||
u.EmployeeNumber = "A-" + (44 + SeededUserCount).ToString() + "-Y";
|
u.EmployeeNumber = "A-" + (454 + SeededUserCount).ToString() + "-Y";
|
||||||
u.Notes = Fake.Lorem.Paragraph(2);
|
u.Notes = Fake.Lorem.Paragraph(2);
|
||||||
//TODO: After have USER and HEADOFFICE and VENDOR, if usertype is subcontractor or client or headoffice it needs to set a corresponding user's parent org record id to go with it
|
//TODO: After have USER and HEADOFFICE and VENDOR, if usertype is subcontractor or client or headoffice it needs to set a corresponding user's parent org record id to go with it
|
||||||
u.Tags = RandomTags(Fake);
|
u.Tags = RandomTags(Fake);
|
||||||
|
|||||||
Reference in New Issue
Block a user