C2026-046 - Decrease check if need to update ROs.

This commit is contained in:
2026-07-21 10:24:46 -04:00
parent 0fed1acfd8
commit 3a2dd0b0aa
4 changed files with 26 additions and 2 deletions
@@ -326,7 +326,9 @@ namespace VEPROMS.CSLA.Library
// all of the calls aways set the flags to not update the RO values
public static ROFst UpdateRoFst(RODbInfo rdi, DocVersion docver, ROFstInfo origROFst, ROFstInfoProgressBarRefresh myProgressBarRefresh)
{
if (myProgressBarRefresh != null) myProgressBarRefresh(0, 100, "Starting Update");
ROWorkingDraftAsk.ClearWorkingDrafts();
if (myProgressBarRefresh != null) myProgressBarRefresh(0, 100, "Starting Update");
int origFSTid = origROFst.ROFstID;