Removed code added to allow 1-time fix to RO Values for Braidwood
This commit is contained in:
@@ -229,8 +229,6 @@ namespace VEPROMS
|
||||
UpdateFormats(parameter.Substring(4));
|
||||
else if (parameter.ToUpper().StartsWith("/UF"))
|
||||
UpdateFormats(null);
|
||||
else if (parameter.ToUpper().StartsWith("/ODV="))
|
||||
tv.OverrideDocVersionID = int.Parse(parameter.Substring(5, parameter.Length - 5));
|
||||
}
|
||||
VETreeNode tn = VETreeNode.GetFolder(1);
|
||||
tv.Nodes.Add(tn);
|
||||
|
@@ -849,7 +849,7 @@ namespace VEPROMS
|
||||
}
|
||||
Cursor = Cursors.WaitCursor;
|
||||
SelectedROFst.ROTableUpdate += new ROFstInfoROTableUpdateEvent(roFstInfo_ROTableUpdate);
|
||||
ROFst newrofst = ROFstInfo.UpdateRoFst(rdi, dva, _DocVersionConfig.MyDocVersion, SelectedROFst, null);
|
||||
ROFst newrofst = ROFstInfo.UpdateRoFst(rdi, dva, _DocVersionConfig.MyDocVersion, SelectedROFst);
|
||||
SelectedROFst.ROTableUpdate -= new ROFstInfoROTableUpdateEvent(roFstInfo_ROTableUpdate);
|
||||
ppBtnUpRoVals.Enabled = _DocVersionConfig.MyDocVersion.NewerRoFst;
|
||||
Cursor = Cursors.Default;
|
||||
|
Reference in New Issue
Block a user