Print Body Field Once in Line Level

To print a field from the body level of an invoice record in the first row of the line level without repeating for all lines of an Advanced PDF template

<#if record.ischecked == true>

<td align=”center” colspan=”2?>

<#if item_index == 0>

${record.ischecked}

<#else>

&nbsp;

 </#if>

</td> </#if>

Leave a comment

Your email address will not be published. Required fields are marked *