SCPN1-10294

This commit is contained in:
2026-02-24 11:37:02 +01:00
parent d2b5eeafdf
commit c561f9674b

View File

@@ -24,9 +24,9 @@
<#include "RFXtoRP_HsaItm_ItemCreated_ItemMetadata.ftl">
<#-- Item Photo URI could be added here -->
<#if item.url?? && item.url!="">
<#if item.saved_picture_path?? && item.saved_picture_path!="">
,
"PhotoURI": "${item.url?json_string}"
"PhotoURI": "${item.saved_picture_path?json_string}"
</#if>
<#-- Loop for the Logistical Variants - LV -->