From 62e9c026804aeed576dcf0a2a304760d6b894194 Mon Sep 17 00:00:00 2001
From: Martin Murzeau <martin.murzeau@univ-lemans.fr>
Date: Tue, 5 Apr 2022 13:22:11 +0200
Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=200=20dans=20colonnes=20res=20et=20?=
 =?UTF-8?q?sae?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Source : app/static/js/table_recap.js
---
 app/static/js/table_recap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/static/js/table_recap.js b/app/static/js/table_recap.js
index 322b2764c..897704c7e 100644
--- a/app/static/js/table_recap.js
+++ b/app/static/js/table_recap.js
@@ -96,7 +96,7 @@ $(function () {
                     },
                     {
                         // Elimine les 0 à gauche pour les exports excel et les "copy"
-                        targets: ["col_mod", "col_moy_gen", "col_ue"],
+                        targets: ["col_mod", "col_moy_gen", "col_ue", "col_res", "col_sae"],
                         render: function (data, type, row) {
                             return type === 'export' ? data.replace(/0(\d\..*)/, '$1') : data;
                         }
-- 
GitLab