diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 974fba8fa1d..dfe83628e62 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -2011,9 +2011,9 @@ function fieldList($fieldlist, $obj = '', $tabname = '', $context = '') if (in_array($fieldlist[$field], array('libelle', 'label', 'tracking'))) $class='quatrevingtpercent'; print ''; $transfound=0; + $transkey=''; if (in_array($fieldlist[$field], array('label','libelle'))) // For label { - $transkey=''; // Special case for labels if ($tabname == MAIN_DB_PREFIX.'c_civility') { $transkey="Civility".strtoupper($obj->code);