From d759296c024276c334f6854ce2b0baeb97c4d936 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Sep 2016 01:39:05 +0200 Subject: [PATCH] Fix color of amount --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index c15d67e127b..d2482fee4b7 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3651,7 +3651,7 @@ else if ($id > 0 || ! empty($ref)) print $langs->trans('AlreadyPaidNoCreditNotesNoDeposits'); else print $langs->trans('AlreadyPaid'); - print ' :' . price($totalpaye) . ' '; + print ' : 0)?' class="amountalreadypaid"':'').'>' . price($totalpaye) . ' '; $resteapayeraffiche = $resteapayer;