From c57f3b8b837367f7bb93ac84f9605202fe6e8c6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Tue, 30 Apr 2013 09:38:02 +0200 Subject: [PATCH] Correction de l'inversion de colonnes dans l'export CSV --- 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 12fdf35..85276a9 100644 --- a/action/exporter_souscriptions.php +++ b/action/exporter_souscriptions.php @@ -60,8 +60,8 @@ function action_exporter_souscriptions_dist($arg=null) { $entete = array("ID du don", "Courriel", - "Montant", "Type de souscription", + "Montant", "Reglée", "Statut", "Date de paiement", -- 2.30.2