This commit is contained in:
2010-07-22 14:19:45 +00:00
parent 40a0cd2d24
commit 6fb88b406b
5 changed files with 388 additions and 178 deletions

View File

@@ -811,7 +811,8 @@ namespace VEPROMS.CSLA.Library
{
get
{
if (MyContent.Type == 10000) return true;
//if (MyContent.Type == 10000) return true;
if (IsSection && MyDocStyle.IsStepSection) return true;
return false;
}
}