B2022-066 Alarm number not printing properly in page header (Prairie Island)
This commit is contained in:
parent
562acf21b4
commit
f1b18221ce
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user