diff options
author | polo <ordipolo@gmx.fr> | 2025-07-09 01:02:38 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-07-09 01:02:38 +0200 |
commit | e30f1b6f6bc6df56aa7ed2dff4169ab7d7f93fc4 (patch) | |
tree | 6577a64182401ef08da39ab327fc58fde8609e95 | |
parent | 010702f67d2560d6435c4e7f39fe7a567aac080b (diff) | |
download | AppliGestionPHP-e30f1b6f6bc6df56aa7ed2dff4169ab7d7f93fc4.zip |
-rwxr-xr-x | bin/livre_recettes.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
41 | echo "client|date|type|mode paiement|débours|total HT|salaire CESU|code presta\n"; | 41 | echo "client|date|type|mode paiement|débours|total HT|salaire CESU|code presta\n"; |
42 | 42 | ||
43 | foreach($bulk_data as $presta){ | 43 | foreach($bulk_data as $presta){ |
44 | if($presta->getTypePresta() !== 'devis'){ | 44 | if($presta->getTypePresta() !== 'devis' && $presta->getTypePresta() !== 'non_vendue'){ |
45 | $date = new DateTime()->setTimestamp($presta->getDate()); | 45 | $date = new DateTime()->setTimestamp($presta->getDate()); |
46 | 46 | ||
47 | echo $presta->getClient()->getPrenomNom() . '|' | 47 | echo $presta->getClient()->getPrenomNom() . '|' |