Get sales order line item in item fulfillment advanced pdf
I want to print rate and amount columns from sales order in item fulfillment printout when I use <#list salesorder.item as tranline> it is not solve the issue, it still print nothing in layout.
Any advice ?
Try this to get you started.
<#list record.item as tranline> ${tranline.item} ${tranline.rate}<br /> </#list>