SCPN1-10408

This commit is contained in:
2026-03-10 10:42:51 +01:00
parent a43e59f7cb
commit 64fc9f3e15
2 changed files with 9 additions and 11 deletions

View File

@@ -85,8 +85,7 @@
<#stop "planned_unloading_start_datetime or planned_load_end_datetime field of appointmend are not valid" > <#stop "planned_unloading_start_datetime or planned_load_end_datetime field of appointmend are not valid" >
</#if> </#if>
<#else> <#else>
<#assign appointmentType = AppointmentType.APPOINTMENT_TYPE_UNKNOWN> <#stop "Appointment type not supported" >
<#assign duration = 0 />
</#if> </#if>
</#if> </#if>
</#if> </#if>

View File

@@ -85,8 +85,7 @@
<#stop "planned_unloading_start_datetime or planned_load_end_datetime field of appointmend are not valid" > <#stop "planned_unloading_start_datetime or planned_load_end_datetime field of appointmend are not valid" >
</#if> </#if>
<#else> <#else>
<#assign appointmentType = AppointmentType.APPOINTMENT_TYPE_UNKNOWN> <#stop "Appointment type not supported" >
<#assign duration = 0 />
</#if> </#if>
</#if> </#if>
</#if> </#if>