Price List Advanced PDF Not Working
Hi All,
Using the generate individual price list function I am unable to get items to appear on the printed PDF. This happens on both my custom forms and on the standard form.
When using the code provided in the Standard Form no items appear, regardless of filters applied on the generate page.
When using my custom code which was based on the old standard form I get an unexpected error.
Does anyone know what the code needs to be to pull items through here?
Standard References:
<#list record.pricelevels as lines><#list lines as line>
Old References:
<#list record.lines as line>
<#list record.adds as add>