Modified how ROFSTLookup object is obtained

This commit is contained in:
Rich
2014-02-10 21:05:16 +00:00
parent dada7102e7
commit 246cd760e8
3 changed files with 9 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ namespace DataLoader
log.InfoFormat("Completed Migration of {0}", pth);
//MessageBox.Show("Completed Migration of " + pth); //jsj commented out to let it run through
if (rofstinfo != null) rofstinfo.ROFSTLookup.Close();
if (rofstinfo != null) rofstinfo.GetROFSTLookup(DocVersionInfo.Get(docver.VersionID)).Close();
dicTrans_ItemDone.Clear();
dicTrans_ItemDone = null;
}