This commit is contained in:
@@ -178,7 +178,8 @@ namespace VEPROMS.CSLA.Library
|
||||
SectionInfo sectionInfo = SectionInfo.Get(_Section.ItemID);
|
||||
return sectionInfo.LocalFormat;
|
||||
}
|
||||
return _SectionInfo.LocalFormat;
|
||||
if (_SectionInfo != null)return _SectionInfo.LocalFormat;
|
||||
return null;
|
||||
}
|
||||
set
|
||||
{
|
||||
|
Reference in New Issue
Block a user