F2025-011 Format changes are needed to account for ABN procedures.
This commit is contained in:
@@ -653,6 +653,21 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region AltMultiUnitWording
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Alternate Wording for Printing when MultiUnit")]
|
||||
|
||||
// this will utilize Alternate Wording for Printing when MultiUnit and PrintCommonForZeroUnit is set
|
||||
private LazyLoad<string> _AltMultiUnitWording;
|
||||
public string AltMultiUnitWording
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AltMultiUnitWording, "@AltMultiUnitWording");
|
||||
}
|
||||
}
|
||||
#endregion IncludeInTOC
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("{0:D2} - {1}", Index, Name);
|
||||
|
Reference in New Issue
Block a user