Added an ‘Attachment x’ transition type where x is the section number (or letter)
Fixed B2014-038: range transition has ‘and and’ in text
This commit is contained in:
@@ -456,7 +456,8 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
if (HasText && Prefix != null)
|
||||
{
|
||||
_Results.Append(Prefix);
|
||||
if (!_Results.ToString().EndsWith(_Prefix))
|
||||
_Results.Append(Prefix);
|
||||
_Prefix = null;
|
||||
}
|
||||
else if (_TranType == 4 && _ToItem.MoreThanOneStepSection())
|
||||
|
Reference in New Issue
Block a user