diff --git a/PROMS/Volian.Controls.Library/EditItem.cs b/PROMS/Volian.Controls.Library/EditItem.cs index 12ea0b1e..bc3719e1 100644 --- a/PROMS/Volian.Controls.Library/EditItem.cs +++ b/PROMS/Volian.Controls.Library/EditItem.cs @@ -3633,7 +3633,8 @@ namespace Volian.Controls.Library else 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 // Prairie Island (NSP) Alarms use this token