This commit is contained in:
@@ -101,10 +101,6 @@ namespace DataLoader
|
||||
}
|
||||
else
|
||||
{
|
||||
// if the type == 0, i.e. procedure with optional step number and the procedure does not include
|
||||
// the default A0 section, point to the procedure:
|
||||
if (itype == 0 && thekey.EndsWith("A0")) // may have to process these at end?
|
||||
Console.WriteLine("here");
|
||||
if (itype > 6) itype--; // Corrected to match transformat table (16-bit skips type 6 because it's an outside transition)
|
||||
if (dicTrans_ItemDone.ContainsKey(thekey))
|
||||
{
|
||||
|
Reference in New Issue
Block a user