correction dans le cas où la commande n'a pas de ligne...

This commit is contained in:
2024-06-21 13:28:44 +02:00
parent e8510d079c
commit 044fda9d16
2 changed files with 9 additions and 6 deletions

View File

@@ -25,9 +25,10 @@
</#if>
"carrier_appointment_made": "false",
"receipt_in_cross_docking": "false",
"dock_occupation_duration": 1,
"dock_occupation_duration": 1
<#if executionflow.Lines??>
,
"line_list": [
<#list executionflow.Lines as line>
@@ -61,7 +62,6 @@
}<#sep>,</#sep>
</#list>
]
</#if>
</#if>
}
}