From d9ee6deb0dd0bc329aea747aa25f78f2eff1d435 Mon Sep 17 00:00:00 2001 From: Gabriel Boudy Date: Thu, 10 May 2018 18:02:25 +0200 Subject: [PATCH] =?UTF-8?q?section=20apparait=20dans=20la=20liste=20d'entr?= =?UTF-8?q?=C3=A9e=20au=20pot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/custom/liste_dynamique_pot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/custom/liste_dynamique_pot.js b/static/js/custom/liste_dynamique_pot.js index 4a84156..99eb77a 100644 --- a/static/js/custom/liste_dynamique_pot.js +++ b/static/js/custom/liste_dynamique_pot.js @@ -135,8 +135,8 @@ function readDataPot(oData, asked) { var thead = document.createElement("thead"); var first_line = document.createElement("tr"); thead.appendChild(first_line); - var th_field_list = [gettext("Type"), gettext("Nom"), gettext("Prénom"), gettext("Pseudo/Alias/Inviteur"), gettext("Solde")]; - var field_list = ["type", "nom", "prenom", "pseudo", "solde"]; + var th_field_list = [gettext("Type"), gettext("Nom"), gettext("Prénom"), gettext("Pseudo/Alias/Inviteur"), gettext("Section"), gettext("Solde")]; + var field_list = ["type", "nom", "prenom", "pseudo", "section", "solde"]; var colonne, valcolonne; for (var icol = 0; icol < field_list.length; icol++) { colonne = field_list[icol]; -- GitLab