B2017-031 linked enhanced document sections were displaying an ‘@’ sign for sequential sub-step tabs

This commit is contained in:
John Jenko 2017-02-24 19:44:21 +00:00
parent 3eada0254d
commit 2c3c5fc9e0

View File

@ -3841,8 +3841,9 @@ namespace VEPROMS.CSLA.Library
// use LinkedTab and don't do the AlphabeticalNumbering below. LinkedTab had alpha chars // use LinkedTab and don't do the AlphabeticalNumbering below. LinkedTab had alpha chars
useLinked = true; useLinked = true;
} }
else // 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
ordinal = 0; //else
// ordinal = 0;
} }
string alpha = useLinked?LinkedTab.Trim():AlphabeticalNumbering(ordinal); string alpha = useLinked?LinkedTab.Trim():AlphabeticalNumbering(ordinal);