Skip to content

Commit

Permalink
bugfix reporting mensuel au dela d'un an
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerdic committed Aug 15, 2015
1 parent a54a2c0 commit 395f3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genie/bank_daily_reporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function genie_bank_daily_reporting_dist($t){
'date_paiement,sum(montant_ht) as total_ht,sum(montant) as total,count(id_transaction) as nb',
'spip_transactions',
'statut='.sql_quote('ok').' AND date_paiement>='.sql_quote($jm365),
'MONTH(date_paiement)','date_paiement DESC'
"DATE_FORMAT(date_paiement,'%Y-%m')",'date_paiement DESC'
);
$lignes = "";
foreach($mois as $moi){
Expand Down
2 changes: 1 addition & 1 deletion paquet.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<paquet
prefix="bank"
categorie="outil"
version="3.0.25"
version="3.0.26"
etat="test"
compatibilite="[3.0.0;3.1.*]"
logo="prive/themes/spip/images/credit-card-32.png"
Expand Down

0 comments on commit 395f3d3

Please sign in to comment.