From 95b66bed8aad0513fef33ca1dec546d8b1f61446 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Tue, 11 Aug 2020 16:07:34 +0200
Subject: [PATCH] Espece: move Hmin to common PAB criteria

---
 src/app/calculators/espece/config.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/calculators/espece/config.json b/src/app/calculators/espece/config.json
index 33f7af908..83e69323d 100644
--- a/src/app/calculators/espece/config.json
+++ b/src/app/calculators/espece/config.json
@@ -11,6 +11,10 @@
                 "id": "PVMaxLim",
                 "allowEmpty": true
             },
+            {
+                "id": "HMin",
+                "allowEmpty": true
+            },
             {
                 "id": "select_divingjetsupported",
                 "type": "select",
@@ -56,10 +60,6 @@
             {
                 "id": "LMinP",
                 "allowEmpty": true
-            },
-            {
-                "id": "HMin",
-                "allowEmpty": true
             }
         ]
     },
-- 
GitLab