11
Points
Questions
0
Answers
5
-
<td align=
"left"
>${item
.category}</td>
- 720 views
- 1 answers
- 0 votes
-
To reference the sales order line information you need to use
<#list salesorder.item as tranline>
You should then be able to reference any of the so line fields.
- 1140 views
- 1 answers
- 0 votes
-
Are you wanting the formatting in the UI or the printed output?
- 587 views
- 2 answers
- 1 votes
-
You can also use ${item.item.displayname}
- 970 views
- 2 answers
- 0 votes
-
You can display additional information in the UI by customizing the view. For the PDF you have the option of summary or detail, which use the Summary or All Detail views, but do not let you pull standard fields from the invoice, or custom fields from the invoice, only custom fields from the invoice group header. I currently have a ticket open with NS to determine if there is a work around, but if someone has a solution, I would LOVE to hear it.
- 799 views
- 1 answers
- 0 votes