RE: Show Country of Manufacturer on Invoice > PDF/HTML Template
Hi,
I am trying to add Manufacturer Country to the line items of the PDF template, But the country only shows its ID. For example, China shows CN.
The following is my string.
<td colspan=”12″><span class=”itemname”>
${item.item}</span><br />${item.description}<br /><span>
<#if item.item.countryofmanufacture?has_content>${item.item.countryofmanufacture@label}:
${item.item.countryofmanufacture}
</#if>
</span>
</td>
I checked SuiteAnswers Id: 85628, but can’t implement the same in my template and I get errors. Can you please advise where I go wrong?
Many thanks
Needed to a create custom column on transaction record as below
Then used the field ID in PDF/HTML template.