This commit is contained in:
Laurent Destailleur 2023-02-24 18:42:53 +01:00
parent 0ddfb9ce33
commit 468d05b08e

View File

@ -935,7 +935,8 @@ if ($object->id > 0) {
print $tmpuser->getNomUrl(1, '', 0, 0, 0, 0, 'login');
print '</td>';
print '<td class="center">'.price($obj->amount).'</td>';
// Amount
print '<td class="center"><span class="amount">'.price($obj->amount).'</span></td>';
print '<td class="center">';
if ($obj->fk_prelevement_bons > 0) {