projects
/
spip_souscriptions.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13a276
)
Correction du filtre d'export pour les souscriptions en erreur
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Tue, 28 May 2013 19:33:37 +0000
(21:33 +0200)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Tue, 28 May 2013 19:33:37 +0000
(21:33 +0200)
action/exporter_souscriptions.php
patch
|
blob
|
history
diff --git
a/action/exporter_souscriptions.php
b/action/exporter_souscriptions.php
index
56f65a0
..
3cc3575
100644
(file)
--- 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)