diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 084f939f..38dd09b4 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -1068,7 +1068,7 @@ namespace Volian.Print.Library if (ti.MyItemToID.MyProcedure.ItemID == MyItemInfo.MyProcedure.ItemID && !MyItemInfo.ActiveSection.DisplayNumber.ToUpper().StartsWith("FOLDOUT")) { // Local Go To - if (ti.MyItemToID.MyContent.Type > 19999) + if (ti.MyItemToID.MyContent.Type > 9999) // B2019-053: internal if going to a section, not just a step (changed from 19999 to 9999 // B2018-034 The following code previously used IParagraph rather than _IParagraph. See first Comment foreach (Chunk chk in _IParagraph.Chunks) {