From 0330c22ae0dbd459c3c5ed0793d6bfb2ca488d89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Sat, 21 Dec 2013 18:42:08 +0100 Subject: [PATCH] =?utf8?q?Correction=20de=20l'export=20:=20les=20souscript?= =?utf8?q?ions=20regl=C3=A9es=20doivent=20avoir=20le=20statut=20'ok'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 620cacf..031b352 100644 --- a/action/exporter_souscriptions.php +++ b/action/exporter_souscriptions.php @@ -72,7 +72,7 @@ function action_exporter_souscriptions_dist($arg=null) { if($statut) { if($statut == "paye") - $where[] = "reglee='oui'"; + $where[] = "spip_transactions.statut='ok' and reglee='oui'"; elseif($statut == "commande") $where[] = "spip_transactions.statut='commande'"; elseif($statut == "erreur") -- 2.30.2