F2023-112 format setting to remove -B from background proc num (used in title box)
This commit is contained in:
@@ -1934,8 +1934,6 @@ i = 0;
|
||||
else
|
||||
eopnum = section.MyProcedure.DisplayNumber;// B2021-066: found and fixed during proc pc/pc work
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
// B2022-066 the "{PREDELIMEOPNUM}" token was not being processed because there was a space after the "{"
|
||||
if (token.Equals("{PREDELIMEOPNUM}"))
|
||||
@@ -1947,6 +1945,10 @@ i = 0;
|
||||
if (idx < eopnum.Length)
|
||||
eopnum = eopnum.Substring(0, idx);
|
||||
}
|
||||
|
||||
if (pageItem.TrimEnding != null)
|
||||
eopnum = eopnum.TrimEnd(pageItem.TrimEnding.ToCharArray());
|
||||
|
||||
plstr = plstr.Replace(token, eopnum);
|
||||
//svgGroup.Add(PageItemToSvgText(pageItem, pageItem.Token.Replace(token, eopnum)));
|
||||
//svgGroup.Add(PageItemToSvgText(pageItem, pageItem.Token.Replace(token, section.MyProcedure.MyContent.Number)));
|
||||
|
Reference in New Issue
Block a user