This commit is contained in:
2009-09-01 14:30:02 +00:00
parent 17575c0f69
commit dbd75e5ae2
4 changed files with 180 additions and 119 deletions

View File

@@ -682,7 +682,7 @@ namespace VEPROMS
break;
}
Cursor = Cursors.WaitCursor;
ROFst newrofst = ROFstInfo.UpdateRoFst(rdi, dva, _DocVersionConfig.MyDocVersion);
ROFst newrofst = ROFstInfo.UpdateRoFst(rdi, dva, _DocVersionConfig.MyDocVersion, SelectedROFst);
Cursor = Cursors.Default;
}
}