From e00b9b0a7e167d43c1ec0b366c2687a70bec9622 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 22 Mar 2024 14:23:41 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20v=C3=A9rification=20existence=20ligne?= =?UTF-8?q?=20immo=20dans=20documents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add_asset.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/add_asset.html b/add_asset.html index c4ed86e..f2711c5 100644 --- a/add_asset.html +++ b/add_asset.html @@ -57,8 +57,14 @@ }} {{* enregistrer les infos de l'immobilisation *}} + {{* vérifier s'il y a déjà un document avec le même numéro de ligne *}} {{:assign var="immo_id" value=$result.lines.1.id}} - {{:assign key=""|uuid}} + {{#load where="$$.line = :line_id" :line_id=$immo_id}} + {{:assign key=$key}} + {{else}} + {{:assign key=""|uuid}} + {{/load}} + {{:save key=$key validate_schema="schema.json"