From c3dcdaf4cfb1a556c8aad6c207ca130057bd12ae Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Jan 2020 19:31:02 +0000 Subject: [PATCH] --- server/AyaNova/util/Seeder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/util/Seeder.cs b/server/AyaNova/util/Seeder.cs index 6de1bdc2..7b057be1 100644 --- a/server/AyaNova/util/Seeder.cs +++ b/server/AyaNova/util/Seeder.cs @@ -529,7 +529,7 @@ namespace AyaNova.Util u.Roles = roles; u.LocaleId = localeId == 0 ? ServerBootConfig.AYANOVA_DEFAULT_LANGUAGE_ID : localeId; u.UserType = userType; - u.EmployeeNumber = "A-" + (44 + SeededUserCount).ToString() + "-Y"; + u.EmployeeNumber = "A-" + (454 + SeededUserCount).ToString() + "-Y"; 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 u.Tags = RandomTags(Fake);