7px
06/11/2024, 2:02 AMtrandate
field, so I initially tried accessing it through the Advanced PDF template.
a snippet:
<#if record.apply?has_content>
<table id="last">
<#list record.apply as apply>
<#if apply_index==0>
<tr></tr>
</#if>
<tr>
<td width="200px"><font size="2">${apply.refnum}</font></td>
<td width="200px"><font size="2">${apply.installmentnumber}</font></td>
<td width="10px"><font size="2"> </font></td>
<td width="200px"><font size="2">${apply.trandate}</font></td>
<td width="140px"><font size="2">${apply.total}</font></td>
</tr>
</#list>
<tr></tr>
</table>
<#else><p></p>
</#if>
any and all inputs appreciatedAngela
06/11/2024, 5:35 AM