You've already forked reflex-wms-connector
SCPN1-10294
This commit is contained in:
@@ -27,6 +27,11 @@
|
|||||||
<#if item.saved_picture_path?? && item.saved_picture_path!="" && item.saved_picture_path?starts_with("http") == true>
|
<#if item.saved_picture_path?? && item.saved_picture_path!="" && item.saved_picture_path?starts_with("http") == true>
|
||||||
,
|
,
|
||||||
"PhotoURI": "${item.saved_picture_path?json_string}"
|
"PhotoURI": "${item.saved_picture_path?json_string}"
|
||||||
|
<#else>
|
||||||
|
<#if item.url?? && item.url!="" && item.url?starts_with("http") == true>
|
||||||
|
,
|
||||||
|
"PhotoURI": "${item.url?json_string}"
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#-- Loop for the Logistical Variants - LV -->
|
<#-- Loop for the Logistical Variants - LV -->
|
||||||
|
|||||||
Reference in New Issue
Block a user