The items are from zero to N instead of starting o...
# advancedpdf
i
The items are from zero to N instead of starting over, and the code is the same, I just change from this
<#list picktasks as lineitem>
to this
<#list y?sort_by('displayDate') as lineitem>