From 76e7c147b3cab8db555006df3f9e531f0e051de8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 Jan 2020 18:03:57 +0100 Subject: [PATCH] Look and feel v11 --- htdocs/compta/paiement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);