I am trying to print the item name if the item description is blank. I am using the below in my advanced pdf but if the description does contain data it is still printing the item name.
<td colspan="12"><#if item.description??>${item.item}</#if></td>
Anyone have any experience with this?