Update bilan.php

This commit is contained in:
Philippe Grand 2017-05-11 09:13:51 +02:00 committed by GitHub
parent b7b16dc632
commit f231864b3f

View File

@ -69,7 +69,7 @@ print "</tr>\n";
$sql = "SELECT sum(amount) as amount FROM ".MAIN_DB_PREFIX."paiement";
$paiem = valeur($sql);
print '<tr class="oddeven"><td>Somme des paiements (associes a une facture)</td><td align="right">".price($paiem)."</td></tr>';
print "<tr class=\"oddeven\"><td>Somme des paiements (associes a une facture)</td><td align=\"right\">".price($paiem)."</td></tr>";
$sql = "SELECT sum(amount) as amount FROM ".MAIN_DB_PREFIX."bank WHERE amount > 0";