This commit is contained in:
parent
ef377284ca
commit
7c5ebdaecc
@ -172,7 +172,8 @@ namespace VEPROMS.CSLA.Library
|
||||
return child.value;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
if (ROID.StartsWith("FFFF")) return string.Format("Invalid Unit RO '{0}'", ROID);
|
||||
return string.Format("Invalid RO '{0}'",ROID);
|
||||
}
|
||||
public rochild GetRoChild(string ROID)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user