From cb3d201aecd8c9ab2f5257702dbd57dac4ff8202 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Thu, 5 Feb 2026 09:27:48 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20setCount=20car=20supprim=C3=A9=20?= =?UTF-8?q?de=20DynamicList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Facture.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Facture.php b/lib/Facture.php index d4515de..270fca7 100644 --- a/lib/Facture.php +++ b/lib/Facture.php @@ -398,7 +398,6 @@ class Facture $list = new DynamicList($columns, $tables); $list->orderBy('date_emission', true); - $list->setCount('COUNT(f.id)'); $currency = Config::getInstance()->monnaie;