Skip to content

Commit

Permalink
Update bilan.php
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed May 11, 2017
1 parent b7b16dc commit f231864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/bilan.php
Expand Up @@ -69,7 +69,7 @@ function valeur($sql)

$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";
Expand Down

0 comments on commit f231864

Please sign in to comment.