Aria Ghahari
03/06/2020, 1:56 PMPenguinsOfDoom
03/06/2020, 2:14 PMrecord.package
would be correct. Have you tried this and does it work?Aria Ghahari
03/06/2020, 2:15 PMAria Ghahari
03/06/2020, 2:36 PMThe following is what I wrote but nothing appears on output PDF.
<#if record.package?has_content>
<table class="itemtable" style="width: 100%;"><!-- start items --><#list record.package as tranline><#if tranline_index==0>
<thead>
<tr>
<th align="center" colspan="15" font-size="10px">Weight</th>
<th align="center" colspan="6" font-size="10px">Length</th>
<th align="center" colspan="5" font-size="10px">Width</th>
<th align="center" colspan="5" font-size="10px">Height</th>
<th align="center" colspan="5" font-size="10px">Tracking Number</th>
</tr>
</thead>
</#if>
<tr>
<td align="left" colspan="15" font-size="10px"><span class="itemtable"><b>${tranline.packageweightups}</b></span></td>
<td align="center" colspan="6" font-size="10px">${tranline.packagelengthups}</td>
<td align="left" colspan="5" font-size="10px">${tranline.packagewidthups}</td>
<td align="center" colspan="5" font-size="10px">${tranline.packageheightups}</td>
<td align="center" colspan="5" font-size="10px">${tranline.packagetrackingnumberups}</td>
</tr>
</#list><!-- end items --></table>
PenguinsOfDoom
03/06/2020, 2:51 PMPenguinsOfDoom
03/06/2020, 2:52 PMAria Ghahari
03/06/2020, 2:54 PMPenguinsOfDoom
03/06/2020, 2:58 PMAria Ghahari
03/06/2020, 2:58 PMAria Ghahari
03/06/2020, 2:59 PMAria Ghahari
03/06/2020, 3:00 PMPenguinsOfDoom
03/06/2020, 3:25 PMPenguinsOfDoom
03/06/2020, 3:26 PMAria Ghahari
03/06/2020, 3:26 PMAria Ghahari
03/06/2020, 4:38 PMAria Ghahari
03/06/2020, 5:03 PMAria Ghahari
03/06/2020, 5:09 PM