Code comment

This commit is contained in:
Laurent Destailleur 2021-05-03 13:54:26 +02:00
parent 42c2fb5736
commit 6ef463f688

View File

@ -425,7 +425,8 @@ if ($action != 'export_csv') {
} else {
print '<td class="nowraponall right">'.price(price2num($line->debit - $line->credit, 'MT')).'</td>';
}
print '<td class="center">'.$link;
print '<td class="center">';
print $link;
print '</td>';
print "</tr>\n";