diff options
-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() . '|' |