diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 45758dc0e2e..cea0841588b 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -5027,7 +5027,7 @@ class Product extends CommonObject { global $conf, $langs; - $langs->load('products'); + $langs->load('products', 'other'); $datas = array(); $nofetch = !empty($params['nofetch']);