modif sur les rdz

This commit is contained in:
2025-12-12 18:15:09 +01:00
parent 540a6c9da6
commit ecb0ede86e
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<#if appointment.Commissions??>
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
"physical_receipt_list": [
<#list eventRP.executionflowCustomFields.entrySet() as custom>
<#list eventRP.executionflowCustomFields.entrySet()?filter(l ->l.value?? && l.value?has_content) as custom>
{
"receipt_activity": "${custom.value.activity_code?json_string}",
"originator_code": "${custom.value.originator_code?json_string}",