diff --git a/PROMS/Formats/fmtall/BGEALNall.xml b/PROMS/Formats/fmtall/BGEALNall.xml index d7dc7576..57a68f4a 100644 Binary files a/PROMS/Formats/fmtall/BGEALNall.xml and b/PROMS/Formats/fmtall/BGEALNall.xml differ diff --git a/PROMS/Formats/fmtall/BGEEOPall.xml b/PROMS/Formats/fmtall/BGEEOPall.xml index 5962caae..cfa5bb9f 100644 Binary files a/PROMS/Formats/fmtall/BGEEOPall.xml and b/PROMS/Formats/fmtall/BGEEOPall.xml differ 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) ||