Hi, I am trying to show serial numbers on PDF if t...
# advancedpdf
m
Hi, I am trying to show serial numbers on PDF if the QTY of the serial numbers are less than 10. Does anyone know what condition I should be using? I use the following <#if item.inventorydetail.quantity lt 10> But it does not work. Any ideas?
d
item.inventorydetail
is a string not a hash the others in #C466X49JB might know better, but the best I'm aware of is to ?split the string to get the quantities (little tricky), or to populate a custom field(s) ahead of time with what you want to print (probably via script)
l
Have you figured this out? I have a similar problem. Thanks.