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

Reza_Ebrahim Rookie Asked on July 27, 2021 in How To's.
Add Comment
1 Answers

Needed to a create custom column on transaction record as below

RE: Show Country of Manufacturer on Invoice > PDF/HTML Template

 

Then used the field ID in PDF/HTML template.

 

Rookie Answered on August 29, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.