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:
c87d95d
)
Correction de l'export : les souscriptions reglées doivent avoir le statut 'ok'.
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Sat, 21 Dec 2013 17:42:08 +0000
(18:42 +0100)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Sat, 21 Dec 2013 17:42:08 +0000
(18:42 +0100)
action/exporter_souscriptions.php
patch
|
blob
|
history
diff --git
a/action/exporter_souscriptions.php
b/action/exporter_souscriptions.php
index
620cacf
..
031b352
100644
(file)
--- 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")