Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Modify advanced PDF/HTML Template for purchase order
I have a custom advanced PDF template for purchase orders, and I want it to not print closed lines.
How do I modify the code to do that.
I think I need to add
<#if item.closed?string != "true">
but when I add it after
<#if item_index==0>
I am getting the follwing syntax error:
Syntax error in template "template" in line 200, column 1:
Encountered "</#list>", but at this place only this can be closed: "#if". This usually because of wrong nesting of FreeMarker directives, like a missed or malformed end-tag somewhere. (Note that FreeMarker end-tags must have # or @ after the / character.)