RDV
This commit is contained in:
parent
51198beafd
commit
85e1dfd7d3
@ -71,14 +71,14 @@
|
|||||||
[
|
[
|
||||||
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0>
|
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0>
|
||||||
{
|
{
|
||||||
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_status_by_number>
|
<#assign apiRestReflexID = ApiRestReflexID.status_appointment_put_update_by_number>
|
||||||
"apiRestReflexID" : "${apiRestReflexID}",
|
"apiRestReflexID" : "${apiRestReflexID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RPtoRFX_CarrierAppointmentCanceledByNumber.ftl">
|
<#include "RPtoRFX_CarrierAppointmentCanceledByNumber.ftl">
|
||||||
}
|
}
|
||||||
<#else>
|
<#else>
|
||||||
{
|
{
|
||||||
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_status_by_ref>
|
<#assign apiRestReflexID = ApiRestReflexID.status_appointment_put_update_by_ref>
|
||||||
"apiRestReflexID" : "${apiRestReflexID}",
|
"apiRestReflexID" : "${apiRestReflexID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RPtoRFX_CarrierAppointmentCanceledByRef.ftl">
|
<#include "RPtoRFX_CarrierAppointmentCanceledByRef.ftl">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user