B2022-066 Alarm number not printing properly in page header (Prairie Island)

This commit is contained in:
John Jenko 2022-06-08 14:22:15 +00:00
parent 562acf21b4
commit f1b18221ce

View File

@ -3633,7 +3633,8 @@ namespace Volian.Controls.Library
else else
eopnum = section.MyProcedure.DisplayNumber;// B2021-066: found and fixed during proc pc/pc work eopnum = section.MyProcedure.DisplayNumber;// B2021-066: found and fixed during proc pc/pc work
} }
if (token.Equals("{ PREDELIMEOPNUM}")) // B2022-066 the "{PREDELIMEOPNUM}" token was not being processed because there was a space after the "{"
if (token.Equals("{PREDELIMEOPNUM}"))
{ {
// only use up to the first non-alphanumeric character of the procedur number // only use up to the first non-alphanumeric character of the procedur number
// Prairie Island (NSP) Alarms use this token // Prairie Island (NSP) Alarms use this token