Changed how ROFSTLookup object was obtained based on correct DocVersion
This commit is contained in:
@@ -299,9 +299,9 @@ namespace Volian.Print.Library
|
||||
Dictionary<string, Dictionary<string, bool>> ros = new Dictionary<string, Dictionary<string, bool>>();
|
||||
DocVersionInfo dvi = MyItemInfoList[0].MyDocVersion;
|
||||
ROFstInfo rofst = dvi.DocVersionAssociations[0].MyROFst;
|
||||
rofst.docVer = dvi;
|
||||
//rofst.docVer = dvi;
|
||||
// ROFSTLookup lu = MyItemInfoList[0].MyDocVersion.DocVersionAssociations[0].MyROFst.ROFSTLookup;
|
||||
ROFSTLookup lu = rofst.ROFSTLookup;
|
||||
ROFSTLookup lu = rofst.GetROFSTLookup(dvi);
|
||||
if (types.ContainsKey(0))
|
||||
{
|
||||
foreach (ProcedureInfo pi in MyItemInfoList)
|
||||
|
Reference in New Issue
Block a user