From 670fbfeadaf0b3a54e0fe79f30101d50cf93143b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Tue, 28 May 2013 21:33:37 +0200 Subject: [PATCH 1/1] Correction du filtre d'export pour les souscriptions en erreur --- action/exporter_souscriptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/exporter_souscriptions.php b/action/exporter_souscriptions.php index 56f65a0..3cc3575 100644 --- a/action/exporter_souscriptions.php +++ b/action/exporter_souscriptions.php @@ -76,7 +76,7 @@ function action_exporter_souscriptions_dist($arg=null) { elseif($statut == "commande") $where[] = "spip_transactions.statut='commande'"; elseif($statut == "erreur") - $where[] = "spip_transactions.statut like 'echec'"; + $where[] = "spip_transactions.statut like 'echec%'"; } if($id_campagne) -- 2.30.2