diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 35ea16da826..ee98cf98264 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2321,8 +2321,7 @@ if ($action == 'create') print ''; print price($outstandigBills); if (price($outstandigBills)>price($soc->outstanding_limit)) print img_warning($langs->trans("OutstandingBillReached")); - print ' / '.price($soc->outstanding_limit).''; - print ''; + print ' / '.price($soc->outstanding_limit).''; print ''; }