From 618bf4d75ebb0b365ef431c0e1d0dfbe7e743931 Mon Sep 17 00:00:00 2001 From: simnandez Date: Fri, 15 Nov 2013 17:48:19 +0100 Subject: [PATCH] Remove td --- htdocs/compta/facture.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ''; }