translation for units

This commit is contained in:
Frédéric FRANCE 2023-05-03 14:52:19 +02:00 committed by GitHub
parent 4fd94e2ba2
commit 895c4b5119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5027,7 +5027,7 @@ class Product extends CommonObject
{
global $conf, $langs;
$langs->load('products');
$langs->load('products', 'other');
$datas = array();
$nofetch = !empty($params['nofetch']);