diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index c6e3a00b5f0..747b00ae536 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -29,6 +29,8 @@ require("../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/categories/class/categorie.class.php"); +$langs->load("categories"); + // If socid provided by ajax company selector if (! empty($_REQUEST['socid_id'])) {