B2019-053: Inside section transitions without step number do not have PDF link

This commit is contained in:
Kathy Ruffing 2019-04-05 12:18:02 +00:00
parent 915264e6e8
commit 169f6a276d

View File

@ -1068,7 +1068,7 @@ namespace Volian.Print.Library
if (ti.MyItemToID.MyProcedure.ItemID == MyItemInfo.MyProcedure.ItemID && if (ti.MyItemToID.MyProcedure.ItemID == MyItemInfo.MyProcedure.ItemID &&
!MyItemInfo.ActiveSection.DisplayNumber.ToUpper().StartsWith("FOLDOUT")) !MyItemInfo.ActiveSection.DisplayNumber.ToUpper().StartsWith("FOLDOUT"))
{ // Local Go To { // 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 // B2018-034 The following code previously used IParagraph rather than _IParagraph. See first Comment
foreach (Chunk chk in _IParagraph.Chunks) foreach (Chunk chk in _IParagraph.Chunks)
{ {