diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 67da7f0d766..5b297eed309 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -637,7 +637,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie } - print ''; + print ''; print ''; print $invoice->getNomUrl(1, ''); @@ -715,7 +715,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie } // Price - print 'id == $facid) ? ' style="font-weight: bold" ' : '').'>'.price($sign * $objp->total_ttc).''; + print ''.price($sign * $objp->total_ttc).''; // Received or paid back print ''.price($sign * $paiement);