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:
2014-03-11 12:39:22 +00:00
parent 3a2d83477d
commit bd19f92dff
2 changed files with 6 additions and 1 deletions

View File

@@ -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())