v2.49.2 36 Tests Passed

SRP and nuget server name
This commit is contained in:
2023-05-31 10:31:14 -07:00
parent 6bace13b45
commit de46e9f6a0
25 changed files with 666 additions and 78 deletions

View File

@ -329,7 +329,7 @@ public class ProcessData : IProcessData
string defaultLayer = string.Empty;
string defaultReactor = string.Empty;
string defaultEmployee = string.Empty;
if (Regex.IsMatch(text, @"^[a-zA-z][0-9]{4}$"))
if (Regex.IsMatch(text, @"^[a-zA-z][0-9]{2,4}$"))
{
lot = text.ToUpper();
psn = defaultPSN;