From d4b298b2aeb72ffb766364af464563d849c925ef Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 24 May 2020 21:53:43 +0200 Subject: [PATCH] =?UTF-8?q?#1583:=20[Cosm=C3=A9tique]=20Liste=20de=20cat?= =?UTF-8?q?=C3=A9gories=20de=20fiches,=20espace=20avant=20les=20()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/fiche.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 31e8f5dca..8b05b53b0 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -37,7 +37,7 @@ global $g_user, $g_failed; */ /* category */ $categorie = new ISelect('cat'); -$categorie->value = $cn->make_array("select fd_id,fd_label||'('||(select count(*) from fiche where fiche.fd_id=fiche_def.fd_id)::text||')' from fiche_def order by fd_label"); +$categorie->value = $cn->make_array("select fd_id,fd_label||' ('||(select count(*) from fiche where fiche.fd_id=fiche_def.fd_id)::text||')' from fiche_def order by fd_label"); $categorie->selected = $http->get('cat','number',0); $str_categorie = $categorie->input(); $ac = $http->request('ac');