From bbc56cbf78cbd4cba3399f8ca5f6ffb3bf2fff6c Mon Sep 17 00:00:00 2001 From: Kathy Date: Mon, 15 Sep 2014 15:48:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20B2014-103:=20Notes=20have=20extra=20?= =?UTF-8?q?=E2=80=98Note=E2=80=99=20tabs=20fix=20asterisk=20hls,=20bullett?= =?UTF-8?q?ed=20hls=20and=20location=20of=20change=20bar/change=20id=20on?= =?UTF-8?q?=20some=20hls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Formats/fmtall/BGEALNall.xml | Bin 52518 -> 52618 bytes PROMS/Formats/fmtall/BGEEOPall.xml | Bin 96900 -> 96906 bytes .../VEPROMS.CSLA.Library/Extension/ItemExt.cs | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Formats/fmtall/BGEALNall.xml b/PROMS/Formats/fmtall/BGEALNall.xml index d7dc75765080b404147a57905fb41bd77f381388..57a68f4a2bbda53d5c4e933235bbe2df7237c50d 100644 GIT binary patch delta 166 zcmZ2Bi@9qy^M){;$pvi+lNY##Ox~fBH@V2#fKhAmK{4UUAB;qxtVy~`lP5(fO*ToJ zu{ll8g9olbz8^XjU&vO)ER$x$=e9&2WvR!>#vxm!e4;Mx! FGXTW<5XArh diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index a359d951..0ae71627 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -2732,7 +2732,7 @@ namespace VEPROMS.CSLA.Library if (ActiveFormat.Name.ToUpper() == "WCNCKL" || ActiveFormat.Name.ToUpper() == "WSTCKL") { - tbformat = FormatStepData.TabData.IdentEdit; + if (!IsNote && !IsCaution) tbformat = FormatStepData.TabData.IdentEdit; if (ActiveFormat.Name.ToUpper() == "WCNCKL" && FormatStepData.StepLayoutData.AlignWithParentTab) tbformat = tbformat.TrimStart(" ".ToCharArray()); } if (((ActiveFormat.PlantFormat.FormatData.PurchaseOptions.Value & E_PurchaseOptions.EnhancedBackgrounds) == E_PurchaseOptions.EnhancedBackgrounds) ||