From a959a4cd977affabdd454b53433c4ae188c16f49 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Fri, 5 Jul 2019 15:45:26 +0200
Subject: [PATCH] PAB : prevent Z2 from being calculated

---
 src/app/calculators/pab/pab.config.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/calculators/pab/pab.config.json b/src/app/calculators/pab/pab.config.json
index 197b72eba..d477bc7af 100644
--- a/src/app/calculators/pab/pab.config.json
+++ b/src/app/calculators/pab/pab.config.json
@@ -8,7 +8,6 @@
             {
                 "type": "input",
                 "id": "Q",
-                "symbol": "Q",
                 "unit": "m³/s"
             },
             {
@@ -19,12 +18,13 @@
             {
                 "type": "input",
                 "id": "Z2",
-                "unit": "m"
+                "unit": "m",
+                "option": "var"
             }
         ]
     },
     {
-        "id": "tableau_de_la_mort",
+        "id": "tableau_entree_pab",
         "type": "pab_table"
     }
 ]
-- 
GitLab