B2022-026 RO Memory reduction coding (Jakes Merge)
This commit is contained in:
@@ -82,7 +82,7 @@ namespace VEPROMS.CSLA.Library
|
||||
ROFSTLookup lu = MyDocVersion.DocVersionAssociations[0].MyROFst.GetROFSTLookup(MyDocVersion);
|
||||
foreach (ROCheck roc in MyDifferences.ROConsistency.MyROChecks)
|
||||
{
|
||||
ROFSTLookup.rochild rocc = lu.GetRoChild12(roc.ROID);
|
||||
ROFSTLookup.rochild rocc = lu.GetRoChild(roc.ROID);
|
||||
if (rocc.ID == -1) // B2020-125: View of Consistency check report displaying error message and crashing.
|
||||
{
|
||||
sb.Append(string.Format(" {0}\r\n", lu.GetROTitle(roc.ROID)));
|
||||
|
Reference in New Issue
Block a user