Fix: Bad br

This commit is contained in:
Laurent Destailleur 2011-02-22 08:55:30 +00:00
parent e3f3a2c594
commit fdfcbea430

View File

@ -2111,9 +2111,9 @@ else
if ($absolute_creditnote > 0) // If not linke will be added later if ($absolute_creditnote > 0) // If not linke will be added later
{ {
if ($object->statut == 0 && $object->type != 2 && $object->type != 3) print ' - '.$addabsolutediscount.'<br>'; if ($object->statut == 0 && $object->type != 2 && $object->type != 3) print ' - '.$addabsolutediscount.'<br>';
else print '.';
} }
print '. '; else print '. ';
} }
if ($absolute_creditnote > 0) if ($absolute_creditnote > 0)
{ {