From b61d45d1aa97c0d9dce9fbb6935be7e0e59dd78d Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Wed, 25 Feb 2026 11:05:10 +0100 Subject: [PATCH] SCPN1-10294 --- RFXtoRP_HsaItm_ItemCreated.ftl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RFXtoRP_HsaItm_ItemCreated.ftl b/RFXtoRP_HsaItm_ItemCreated.ftl index e7cb4bc..a6ad061 100644 --- a/RFXtoRP_HsaItm_ItemCreated.ftl +++ b/RFXtoRP_HsaItm_ItemCreated.ftl @@ -25,8 +25,13 @@ <#-- Item Photo URI could be added here --> <#if item.saved_picture_path?? && item.saved_picture_path!="" && item.saved_picture_path?starts_with("http") == true> - , + , "PhotoURI": "${item.saved_picture_path?json_string}" + <#else> + <#if item.url?? && item.url!="" && item.url?starts_with("http") == true> + , + "PhotoURI": "${item.url?json_string}" + <#-- Loop for the Logistical Variants - LV -->