Merge pull request #7688 from atm-florian/6.0

fix accountancy index display
This commit is contained in:
Laurent Destailleur 2017-10-24 12:41:39 +02:00 committed by GitHub
commit da93081f47

View File

@ -322,7 +322,6 @@ if ($resql) {
}
else print $row[1];
print '</td>';
print '<td align="left">' . $row[1] . '</td>';
for($i = 2; $i <= 12; $i ++) {
print '<td align="right">' . price($row[$i]) . '</td>';
}