diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 8853e1f0813..5ce504a1b50 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -1979,7 +1979,7 @@ if ($id) { } } } elseif ($value == 'fk_c_exp_tax_cat') { - $valuetoshow = getDictvalue(MAIN_DB_PREFIX.'c_exp_tax_cat', 'label', $valuetoshow); + $valuetoshow = getDictionaryValue(MAIN_DB_PREFIX.'c_exp_tax_cat', 'label', $valuetoshow); $valuetoshow = $langs->trans($valuetoshow); } elseif ($tabname[$id] == MAIN_DB_PREFIX.'c_exp_tax_cat') { $valuetoshow = $langs->trans($valuetoshow);