From c0664474e41c390b31e3de8e10445438c0b3fd98 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Sun, 4 Mar 2018 06:32:55 +0100 Subject: [PATCH] Fix : Missing language file --- htdocs/admin/taxes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/taxes.php b/htdocs/admin/taxes.php index bbf2435436e..a4aa1afbd8c 100644 --- a/htdocs/admin/taxes.php +++ b/htdocs/admin/taxes.php @@ -30,6 +30,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/admin.lib.php'; if (! empty($conf->accounting->enabled)) require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php'; $langs->load('admin'); +$langs->load("products"); if (!$user->admin) accessforbidden();