B2019-168: Change bar code for not continuous cases should only be applicable based on format flag
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user