B2019-053: Inside section transitions without step number do not have PDF link
This commit is contained in:
parent
915264e6e8
commit
169f6a276d
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user