diff --git a/PROMS/DataLoader/DocVersions.cs b/PROMS/DataLoader/DocVersions.cs index 565e8c86..c76e3762 100644 --- a/PROMS/DataLoader/DocVersions.cs +++ b/PROMS/DataLoader/DocVersions.cs @@ -42,7 +42,8 @@ namespace DataLoader { _OutTran = new OutsideTransition(cn); // load rofst (use it later).... - rofst = new ROFST(pth + "\\ro.fst"); + DocVersionInfo dvi = DocVersionInfo.Get(docver.VersionID); + rofst = new ROFST(pth + "\\ro.fst",dvi); // Migrate library documents MigrateLibDocs(cn, pth); // Initialize Dictionaries