Boris Yasen
10/26/2023, 10:37 AM<#list record.lines?chunk(3) as row>
<tr>
<#list row as line>
<td style='padding:3pt 7pt' colspan="2"><b>Item#: ${line.item}</b></td>
<#assign itemimage = line.custitem_atlas_item_image>
<@filecabinet nstype="image" alt="" src="${itemimage}" style="width:50px;height:50px"/>
I can see item name is output but not item image
Any help would be appreciated.
When I output ${itemimage} it throws me an error while generating price listPWN
10/26/2023, 12:43 PM<img src="${itemimage@url}" style="width: 50px; height: 50px;" />
PWN
10/26/2023, 12:45 PMPWN
10/26/2023, 12:52 PM<#if line.custitem_atlas_item_image?has_content> ... </#if>
Boris Yasen
10/26/2023, 12:52 PM