From e30f1b6f6bc6df56aa7ed2dff4169ab7d7f93fc4 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 9 Jul 2025 01:02:38 +0200 Subject: =?UTF-8?q?et=20=C3=A7a=20aussi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/livre_recettes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/livre_recettes.php b/bin/livre_recettes.php index 28c08a1..63bcdec 100755 --- a/bin/livre_recettes.php +++ b/bin/livre_recettes.php @@ -41,7 +41,7 @@ $bulk_data = $entityManager echo "client|date|type|mode paiement|débours|total HT|salaire CESU|code presta\n"; foreach($bulk_data as $presta){ - if($presta->getTypePresta() !== 'devis'){ + if($presta->getTypePresta() !== 'devis' && $presta->getTypePresta() !== 'non_vendue'){ $date = new DateTime()->setTimestamp($presta->getDate()); echo $presta->getClient()->getPrenomNom() . '|' -- cgit v1.2.3