B2017-031 linked enhanced document sections were displaying an ‘@’ sign for sequential sub-step tabs
This commit is contained in:
parent
3eada0254d
commit
2c3c5fc9e0
@ -3841,8 +3841,9 @@ namespace VEPROMS.CSLA.Library
|
||||
// use LinkedTab and don't do the AlphabeticalNumbering below. LinkedTab had alpha chars
|
||||
useLinked = true;
|
||||
}
|
||||
else
|
||||
ordinal = 0;
|
||||
// commented out the following two lines to fix bug B2017-031, where sequental substeps where printing with an '@' instead of a number or letter in linked enhanced backgrounds
|
||||
//else
|
||||
// ordinal = 0;
|
||||
}
|
||||
string alpha = useLinked?LinkedTab.Trim():AlphabeticalNumbering(ordinal);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user