changement identificateur

This commit is contained in:
Jean-Christophe Engel 2024-03-14 11:03:54 +01:00
parent f3c2d2c884
commit b45e53f5ea
5 changed files with 10 additions and 10 deletions

View file

@ -30,13 +30,13 @@
}}
{{* enregistrer les infos de l'immobilisation *}}
{{:assign var="line_id" value=$result.lines.1.id}}
{{:assign var="immo_id" value=$result.lines.1.id}}
{{:assign key=""|uuid}}
{{:save
key=$key
validate_schema="schema.json"
type="immo"
line=$line_id
line=$immo_id
duration=$_POST.duree|intval
}}