Hello I want to ask how to customize the customer ...
# advancedpdf
m
Hello I want to ask how to customize the customer statement? Unlike other transaction, I can't print the record data.
Copy code
<tr>
        <td>${record.aging1}</td>
        <td>${record.aging2}</td>
        <td>${record.aging3}</td>
        <td>${record.aging4}</td>
        <td>${record.aging5}</td>
        <td></td>
        <td></td>
 </tr>
I also tried using
Copy code
<#if record??> </#if>
l
There's a standard aging table in the statement. What are you changing?