From 895c4b5119893589bb5613068c121d260b0a2c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 3 May 2023 14:52:19 +0200 Subject: [PATCH] translation for units --- htdocs/product/class/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);