Cr223309
01/09/2020, 4:19 PMjokell
01/09/2020, 5:12 PM<#if item.itemtype = "Description">
and have my description items formatted completely differently from other line items.jokell
01/09/2020, 5:13 PMjokell
01/09/2020, 5:13 PM<#if item.itemtype = "Description">
<td align="center" colspan="30" style="font-size: 7pt; padding: 5px; border-bottom: 1px solid #cccccc;"> <span style="text-align: center;">${item.description?replace('\\u0014|\\u0016|\\u0005', '', 'r')}</span> </td>
<#else>