From 1466896515a5f84b486fba21d43b047e4e7d674b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 Dec 2004 19:32:30 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 855863cb4fe..11c3e3bb673 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -305,7 +305,7 @@ if ($conf->facture->enabled) $i++; } $var=!$var; - print 'Reste à encaisser : '.price($total-$totalam).''; + print 'Reste à encaisser : '.price($total-$totalam).''; print "
"; } $db->free();