Add IsFigure to ‘IsLowestLevelStep’ property (was done for SUMMER printing of checkoff box on figure - customer did not want that)

This commit is contained in:
Kathy Ruffing 2015-01-07 13:35:33 +00:00
parent 3d35cf5498
commit 630fc6de83

View File

@ -3956,7 +3956,7 @@ namespace VEPROMS.CSLA.Library
{
get
{
return (!(IsCaution || IsNote || IsTable || Steps != null || MyParent.IsCaution || MyParent.IsNote));
return (!(IsCaution || IsNote || IsTable || IsFigure || Steps != null || MyParent.IsCaution || MyParent.IsNote));
}
}
private bool RNOsHighHasCheckOff()