- Navigate to Customization > Forms > Advanced PDF/HTLM Templates
- Locate the Standard Invoice Group(Detailed View) PDF/HTML Template and click Customize or find an existing customized one and click Edit
- Click Source Code
- Create a table where you want the information to display
- Between the <td> and </td> tags, insert the following code:
<#list groupedinvoices_summary as invoice_details><#if invoice_details_index==0>${invoice_details.invoicenum}</#if></#list>