I'm using Advanced PDF template for Item Labels pr...
# advancedpdf
b
I'm using Advanced PDF template for Item Labels print out. But custom fields are not showing when I try to print out. How could I do this? Any help would be appreciated.
Copy code
<#list records as label>
    <table cellpadding="5" style="width: 2.65in; height: 1in;border:1px solid #0000dd;float:left;margin-right:0.1in">
        <tr><td>${label.itemid}</td><td align="center">Price: ${label.price}</td><td align="center" ><b>Custom PRICE: ${label.custitemfield_id}</b></td></tr>	
    </table></#list>