From fdfcbea43010e9b4ef979b1fae283700c67fb4f3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 22 Feb 2011 08:55:30 +0000 Subject: [PATCH] Fix: Bad br --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 5740fb5864f..02edd86a6df 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2111,9 +2111,9 @@ else if ($absolute_creditnote > 0) // If not linke will be added later { if ($object->statut == 0 && $object->type != 2 && $object->type != 3) print ' - '.$addabsolutediscount.'
'; - + else print '.'; } - print '. '; + else print '. '; } if ($absolute_creditnote > 0) {