Fix B2016-034: New Procedure/New Word Section creation causes new procedure to disappear from tree view

This commit is contained in:
2016-02-12 16:35:15 +00:00
parent fffcdc8eca
commit 006d194d01
3 changed files with 25 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ namespace VEPROMS.CSLA.Library
get
{
CanReadProperty("MyItem", true);
if (_MyItem == null && _ItemID != null) _MyItem = ItemInfo.Get((int)_ItemID);
if (_MyItem == null && _ItemID != null) _MyItem = ProcedureInfo.Get((int)_ItemID);
return _MyItem;
}
}