From: Olivier Tétard Date: Wed, 2 Oct 2013 20:10:48 +0000 (+0200) Subject: Lors de l'export, ajout du champ informer_comite_local (oubli) X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=01357422d5622950aa98b4b757a8de8d8e18c5c4;p=spip_souscriptions.git Lors de l'export, ajout du champ informer_comite_local (oubli) --- diff --git a/action/exporter_souscriptions.php b/action/exporter_souscriptions.php index 8fde338..620cacf 100644 --- a/action/exporter_souscriptions.php +++ b/action/exporter_souscriptions.php @@ -62,7 +62,7 @@ function action_exporter_souscriptions_dist($arg=null) { /* Préparation de la requête */ $select = "id_souscription, courriel, type_souscription," ."montant, reglee, spip_transactions.statut, date_paiement, mode, autorisation_id," - ."nom, prenom, adresse, code_postal, ville, pays, telephone, recu_fiscal, envoyer_info, date_souscription," + ."nom, prenom, adresse, code_postal, ville, pays, telephone, recu_fiscal, envoyer_info, informer_comite_local, date_souscription," ."spip_souscription_campagnes.id_souscription_campagne, titre"; $from = "spip_souscriptions LEFT JOIN spip_transactions USING(id_transaction) LEFT JOIN spip_souscription_campagnes USING(id_souscription_campagne)"; @@ -108,6 +108,7 @@ function action_exporter_souscriptions_dist($arg=null) { _T("souscription:label_exporter_entete_telephone"), _T("souscription:label_exporter_entete_recu_fiscal"), _T("souscription:label_exporter_entete_informer"), + _T("souscription:label_exporter_entete_informer_comite_local"), _T("souscription:label_exporter_entete_date_don"), _T("souscription:label_exporter_entete_id_campagne"), _T("souscription:label_exporter_entete_titre_campagne")); diff --git a/lang/souscription_fr.php b/lang/souscription_fr.php index a3faa45..869e162 100644 --- a/lang/souscription_fr.php +++ b/lang/souscription_fr.php @@ -62,6 +62,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( "label_exporter_entete_id_campagne" => "ID Campagne", "label_exporter_entete_id_don" => "ID du don", "label_exporter_entete_informer" => "Souhaite être informé", + "label_exporter_entete_informer_comite_local" => "Informer comité local", "label_exporter_entete_mode_paiement" => "Mode de paiement", "label_exporter_entete_montant" => "Montant", "label_exporter_entete_nom" => "Nom",