Added checkboxes for Placekeepers and Phonelist
Supporting logic to save/retrieve Placekeeper and Phonelist information Supporting logic to save/retrieve Placekeeper information Added Placekeeper logic Null reference fix Logic to get PrintPhoneList flag Rearranged the panel and added Placekeeper checkbox
This commit is contained in:
@@ -1708,6 +1708,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseMetaSections, "@UseMetaSections");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _PrintPhoneList;
|
||||
public bool PrintPhoneList
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _PrintPhoneList, "@PrintPhoneList");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _DefaultNoSubAutoIndent;
|
||||
public bool DefaultNoSubAutoIndent
|
||||
{
|
||||
|
Reference in New Issue
Block a user