From 2c3c5fc9e0804ceca426e57d2769774e89d3774c Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 Feb 2017 19:44:21 +0000 Subject: [PATCH] =?UTF-8?q?B2017-031=20linked=20enhanced=20document=20sect?= =?UTF-8?q?ions=20were=20displaying=20an=20=E2=80=98@=E2=80=99=20sign=20fo?= =?UTF-8?q?r=20sequential=20sub-step=20tabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index 4b07c81a..4002f6e6 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -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);