This commit is contained in:
Laurie MONTANT 2025-12-16 17:13:31 +01:00
parent 3504515b03
commit e73fb15ffe

View File

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