modif sur les rdz
This commit is contained in:
parent
540a6c9da6
commit
ecb0ede86e
@ -34,7 +34,7 @@
|
|||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
||||||
"physical_receipt_list": [
|
"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}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
"originator_code": "${custom.value.originator_code?json_string}",
|
"originator_code": "${custom.value.originator_code?json_string}",
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
||||||
"physical_receipt_list": [
|
"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}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
"originator_code": "${custom.value.originator_code?json_string}",
|
"originator_code": "${custom.value.originator_code?json_string}",
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
||||||
"physical_receipt_list": [
|
"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}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
"originator_code": "${custom.value.originator_code?json_string}",
|
"originator_code": "${custom.value.originator_code?json_string}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user