This commit is contained in:
Kathy Ruffing 2012-10-19 16:10:46 +00:00
parent 6d7413de52
commit ed18ed747f

View File

@ -81,6 +81,7 @@ namespace VEPROMS
} }
_docVersion.DocVersionAssociations[0].MyROFst = ROFst.Get(rofstinfoid); _docVersion.DocVersionAssociations[0].MyROFst = ROFst.Get(rofstinfoid);
_docVersion.Save().Dispose(); _docVersion.Save().Dispose();
DialogResult = DialogResult.OK;
Close(); Close();
return; return;
} }
@ -90,6 +91,7 @@ namespace VEPROMS
try try
{ {
roDb.Save().Dispose(); roDb.Save().Dispose();
DialogResult = DialogResult.OK;
Close(); Close();
return; return;
} }