diff --git a/htdocs/compta/bank/bilanmens.php b/htdocs/compta/bank/bilanmens.php
index f1a65874744..c8283aa0d39 100644
--- a/htdocs/compta/bank/bilanmens.php
+++ b/htdocs/compta/bank/bilanmens.php
@@ -36,7 +36,7 @@ if ($user->societe_id > 0)
}
print_titre("Bilan mensuel Entrées/Sorties pour ce compte bancaire");
-
+print '
';
# Le bilan est basé sur lx_bank (car doit inclure les transactions sans facture)
# plutot que sur llx_paiement + llx_paiementfourn
@@ -82,7 +82,7 @@ if ($db->query($sql))
}
-print '
| Mois | '; $year_current = strftime("%Y",time()); @@ -106,13 +106,15 @@ print '||||
| Débits | Crédits | '; + print 'Débits | Crédits | '; } print '|
| ".strftime("%B",mktime(1,1,1,$mois,1,2000))." | "; for ($annee = $year_start ; $annee <= $year_end ; $annee++) { @@ -138,10 +140,11 @@ for ($mois = 1 ; $mois < 13 ; $mois++) print '||||
| Total annuel | "; +$var=!$var; +print "||||
| Total annuel | "; for ($annee = $year_start ; $annee <= $year_end ; $annee++) { - print ''.$totsorties[$annee].' | '.$totentrees[$annee].' | '; + print ''.price($totsorties[$annee]).' | '.price($totentrees[$annee]).' | '; } print "