<td align="center" colspan="4" line-height="150...
# advancedpdf
w
<td align="center" colspan="4" line-height="150%">${item.units}</td>
🙏 2
k
@wsangster I was trying to add in a standard NetSuite field "Purchase Description" {item.purchasedescription} and it wouldn't display it.
w
Did you remember the $ in front of it?
k
yes
w
And your Item has a value in the
Purchase Description
field on the item record?
k
yep
<td colspan="12"><span class="itemname">${item.item}</span><br />${item.vendorname}&nbsp;${item.purchasedescription}</td>
That's the PO
w
I just tested it on mine and the Purchase Description actually ended up being the ${item.description}. Makes sense as it's a Purchase Order.
k
hmm.. ok let me try that. it was originally item description.
Dang you're good. 🙇
Thank you!
w
No problem