Fix color of amount
This commit is contained in:
parent
133657a8c7
commit
d759296c02
@ -3651,7 +3651,7 @@ else if ($id > 0 || ! empty($ref))
|
||||
print $langs->trans('AlreadyPaidNoCreditNotesNoDeposits');
|
||||
else
|
||||
print $langs->trans('AlreadyPaid');
|
||||
print ' :</td><td align="right" class="amountalreadypaid">' . price($totalpaye) . '</td><td> </td></tr>';
|
||||
print ' :</td><td align="right"'.(($totalpaye > 0)?' class="amountalreadypaid"':'').'>' . price($totalpaye) . '</td><td> </td></tr>';
|
||||
|
||||
$resteapayeraffiche = $resteapayer;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user