From fe2dc2ea49ee5f6af457136946361449da937272 Mon Sep 17 00:00:00 2001 From: engel <> Date: Mon, 9 Jan 2023 15:29:41 +0000 Subject: [PATCH] =?UTF-8?q?Ordonner=20les=20comptes=20par=20num=C3=A9rode?= =?UTF-8?q?=20de=20compte=20(code)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FossilOrigin-Name: dd39b8383974803973dfc8e14bcaaf997c71307b7e6160ee1256e81097962903 --- lib/Utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Utils.php b/lib/Utils.php index 86ef616..a6221e7 100644 --- a/lib/Utils.php +++ b/lib/Utils.php @@ -67,8 +67,8 @@ class Utils AND acc_accounts.%s ) - GROUP by acc_accounts.id - ORDER by acc_accounts.id', + GROUP by acc_accounts.code + ORDER by acc_accounts.code', '"%Y"', $annee, $db->where('code', $op, $comptes)