From b71190f5eece2de9feb7e4be3d21d8440580e689 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 May 2009 02:27:54 +0000 Subject: [PATCH] Fix: Bad alignement of columns --- htdocs/compta/facture/impayees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php index b1d1be6c8f1..88a71ef89c2 100644 --- a/htdocs/compta/facture/impayees.php +++ b/htdocs/compta/facture/impayees.php @@ -377,7 +377,7 @@ if ($result) } print ''; - print "".$langs->trans("Total").": "; + print "".$langs->trans("Total").""; print "".price($total_ht).""; print "".price($total_ttc).""; print "".price($total_payed)."";