B2019-168: Change bar code for not continuous cases should only be applicable based on format flag

This commit is contained in:
2019-11-11 14:04:38 +00:00
parent 4c7d7b9621
commit 7b930fd143
10 changed files with 11 additions and 1 deletions

View File

@@ -2187,6 +2187,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _ChangeBarsOnLinkedText, "@ChangeBarsOnLinkedText");
}
}
private LazyLoad<bool> _SeparateChangeBarsForDiffNotesCautions;
public bool SeparateChangeBarsForDiffNotesCautions
{
get
{
return LazyLoad(ref _SeparateChangeBarsForDiffNotesCautions, "@SeparateChangeBarsForDiffNotesCautions");
}
}
}
#endregion
#endregion