From 2c818e6f3ba905127c00eaed514244ee49215749 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 18 Jan 2005 22:12:37 +0000 Subject: [PATCH] Fix: Petit pb affichage. --- htdocs/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 9751de699ea..3fcca977024 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -419,7 +419,7 @@ else print ''.$langs->trans('Fax').''.dolibarr_print_phone($soc->fax).''; print ''; - print $langs->trans('CustomerCode').''; + print $langs->trans('CustomerCode').''; print $soc->code_client; if ($soc->check_codeclient() <> 0) {