This commit is contained in:
Laurent Destailleur 2016-07-29 17:26:24 +02:00
parent 9a4240c292
commit 69247afd06

View File

@ -141,7 +141,7 @@ if ($prev_id)
print price($row[0]);
print '</td><td align="right">';
print round($row[0]/$bon->amount*100,2)." %";
if ($bon->amount) print round($row[0]/$bon->amount*100,2)." %";
print '</td>';
print "</tr>\n";