SCPN1-10882

This commit is contained in:
2026-06-18 17:29:12 +02:00
parent ad89183ffd
commit 04dca8bc7c

View File

@@ -61,7 +61,9 @@
"activity": "${custom.value.activity_code?json_string}",
"originator_code": "${custom.value.originator_code?json_string}",
"anticipated_receipt_reference": "${custom.value.anticipated_receipt_reference?json_string}",
<#if custom.value.planned_receipt_datetime?? && custom.value.planned_receipt_datetime!="">
"planned_receipt_date": "${custom.value.planned_receipt_datetime?json_string}",
</#if>
"anticipated_receipt_year": "${custom.value.anticipated_receipt_year?json_string}",
"anticipated_receipt_number": "${custom.value.anticipated_receipt_number?json_string}"
}