This commit is contained in:
Laurent Destailleur 2021-08-04 12:41:27 +02:00
parent aaefb7b324
commit bf49309d58

View File

@ -440,7 +440,7 @@ if ($resql) {
} }
print '</td>'; print '</td>';
// Amount // Amount
print '<td class="right">'; print '<td class="right amount">';
print price($obj->amount, 0, $langs, 0, 0, -1, $conf->currency); print price($obj->amount, 0, $langs, 0, 0, -1, $conf->currency);
print '</td>'; print '</td>';
// Date // Date