This commit is contained in:
@@ -2481,7 +2481,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
if (ii.DisplayNumber != null && ii.DisplayNumber != "")
|
||||
{
|
||||
SectionConfig sc = MyActiveSection.MyConfig as SectionConfig;
|
||||
SectionConfig sc = ii.MyConfig as SectionConfig;
|
||||
if (sc != null && sc.SubSection_AutoIndent == "Y")
|
||||
countlev++;
|
||||
}
|
||||
|
@@ -2933,6 +2933,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NullBox, "@NullBox");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AllowNoteCautionAdd;
|
||||
public bool AllowNoteCautionAdd
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AllowNoteCautionAdd, "@AllowNoteCautionAdd");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region TopOfPage
|
||||
|
Reference in New Issue
Block a user