Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.)
Tagged:
0