From c561f9674bb5fb34ea0d606359cc16d44a13a473 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 24 Feb 2026 11:37:02 +0100 Subject: [PATCH] SCPN1-10294 --- RFXtoRP_HsaItm_ItemCreated.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RFXtoRP_HsaItm_ItemCreated.ftl b/RFXtoRP_HsaItm_ItemCreated.ftl index 4433f6e..ecfee3d 100644 --- a/RFXtoRP_HsaItm_ItemCreated.ftl +++ b/RFXtoRP_HsaItm_ItemCreated.ftl @@ -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}" <#-- Loop for the Logistical Variants - LV -->