Formatage de la marge

This commit is contained in:
Rodolphe Quiedeville 2005-08-09 14:06:24 +00:00
parent 3343fba97b
commit 6955b86bf3

View File

@ -74,7 +74,7 @@ if ($db->query($sql))
print "<td>".substr($row[0],5,2)." ".substr($row[0],0,4)."</td>\n";
print '<td align="right">'.price($row[1])." HT</td>\n";
print '<td align="right">'.price($row[2])." HT</td>\n";
print '<td align="right">'.round(($row[2]/$row[1])*100,2)." %</td>\n";
print '<td align="right">'.number_format(round(($row[2]/$row[1])*100,2),2)." %</td>\n";
print "</tr>\n";
$i++;
}