diff --git a/PROMS/VEPROMS.CSLA.Library/Config/ROFSTLookup.cs b/PROMS/VEPROMS.CSLA.Library/Config/ROFSTLookup.cs index fd0ca617..5f1a2747 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/ROFSTLookup.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/ROFSTLookup.cs @@ -337,8 +337,9 @@ namespace VEPROMS.CSLA.Library if (roval == null) return null; //string childName = MyDocVersionInfo.DocVersionConfig.Unit_Name; MatchCollection mm = Regex.Matches(roval, "("); // B2022-020 remove a un-needed question mark that was in the search criteria - if (mm.Count == 0) // B2022-020 will now write in error log if there is a problem - _MyLog.WarnFormat("Parent/Child Values not parsable for \r\nItemId={0}\r\nROValue={1} ",MyDocVersionInfo.ItemID,roval); + // C2022-014 commented write to error log. Keep for debugging purposes. + //if (mm.Count == 0) // B2022-020 will now write in error log if there is a problem + // _MyLog.WarnFormat("Parent/Child Values not parsable for \r\nItemId={0}\r\nROValue={1} ",MyDocVersionInfo.ItemID,roval); StringBuilder sb = new StringBuilder(); int lastIndex = 0; // Get selected child Idx