From 9ece5ac12531f4f7125888895922fd078218499f Mon Sep 17 00:00:00 2001 From: Kathy Date: Mon, 3 Mar 2008 15:06:52 +0000 Subject: [PATCH] --- PROMS/DataLoader/Transitions.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PROMS/DataLoader/Transitions.cs b/PROMS/DataLoader/Transitions.cs index 3a646607..d1f62a19 100644 --- a/PROMS/DataLoader/Transitions.cs +++ b/PROMS/DataLoader/Transitions.cs @@ -99,6 +99,9 @@ namespace DataLoader migrationErrors.Add("Transition Error: Missing Data - "+_OutTran.GetDescription(thekey)); } toItem2 = toItem; + // the 32-bit program will no longer have a special type for outside transitions - make it a + // type of 0 (procedure with optional step). + itype = 0; } else {