Fix html tag

This commit is contained in:
Laurent Destailleur 2021-04-29 18:02:24 +02:00
parent e7e2953a9e
commit 66103303eb

View File

@ -538,7 +538,7 @@ if ($modecompta == 'CREANCES-DETTES') {
foreach ($months as $k => $v) {
if (($k + 1) >= $date_startmonth) {
$resultM = $totPerAccount[$cpt['account_number']]['M'][$k];
print '<td class="right"><span class="amount">'.price($resultM).'</span>/td>';
print '<td class="right"><span class="amount">'.price($resultM).'</span></td>';
}
}
foreach ($months as $k => $v) {