From 32cb9e3b6b6aaeb24fe9c2552829db7589905b9d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 17 Jun 2026 13:44:41 +0200 Subject: [PATCH] =?UTF-8?q?Inversion=20ordre=20tri=20immos=20=C3=A0=20clas?= =?UTF-8?q?ser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _immobilisations_autres.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_immobilisations_autres.html b/_immobilisations_autres.html index 0401feb..7a4b04c 100644 --- a/_immobilisations_autres.html +++ b/_immobilisations_autres.html @@ -86,7 +86,7 @@ !table_join WHERE !condition GROUP BY immo_line_id - ORDER BY trans.date DESC; + ORDER BY trans.date; !columns=$columns !table_join=$table_join !table=$module.table