2
0
forked from Wavyzz/dolibarr

Fix: Missing translation

This commit is contained in:
Laurent Destailleur
2011-01-23 18:45:55 +00:00
parent 4f64548061
commit 115e5e5243

View File

@@ -198,7 +198,9 @@ if ($socid > 0)
if ($objsoc->client)
{
print '<tr><td nowrap>';
$langs->load("compta");
print '<tr><td nowrap>';
print $langs->trans('CustomerCode').'</td><td colspan="3">';
print $objsoc->code_client;
if ($objsoc->check_codeclient() <> 0) print ' <font class="error">('.$langs->trans("WrongCustomerCode").')</font>';