diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index dae9f90b230..a00be2046a9 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -198,7 +198,9 @@ if ($socid > 0) if ($objsoc->client) { - print ''; + $langs->load("compta"); + + print ''; print $langs->trans('CustomerCode').''; print $objsoc->code_client; if ($objsoc->check_codeclient() <> 0) print ' ('.$langs->trans("WrongCustomerCode").')';