This commit is contained in:
Laurie MONTANT 2025-12-23 14:54:53 +01:00
parent 51b5fd7d17
commit b361f1fcf7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
] ]
<#else> <#else>
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING"> <#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
"appointment_designation":"LOADING" "appointment_designation":"${appointment.Reason!""?json_string}"
</#if> </#if>
</#if> </#if>
</#if> </#if>

View File

@ -21,7 +21,7 @@
] ]
<#else> <#else>
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING"> <#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
"appointment_designation":"LOADING" "appointment_designation":"${appointment.Reason!""?json_string}"
</#if> </#if>
</#if> </#if>
</#if> </#if>