Line Level Barcodes in Advanced PDFs
Hi there. I am trying to print barcodes in my PO Print layout. Let's say i have i line level item but the quantity is more than 1. So, the barcode must be printed according to the quantity.
I am using something like
<#assign qty = item.quantity?number?int>
<#list 1..qty as x>..
</#list>
But this doesnt seem to work. Can anybody help me here?
Thanks in advance