This commit is contained in:
@@ -116,7 +116,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
string s = _Xp["Step", "CheckOffIndex"];
|
||||
|
||||
if (s == string.Empty) return -1;
|
||||
if (s == string.Empty) return 0;
|
||||
|
||||
return int.Parse(s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user