Merge pull request #24677 from frederic34/patch-1

translation for units in ajax product tooltip
This commit is contained in:
Laurent Destailleur 2023-05-05 01:37:57 +02:00 committed by GitHub
commit 717afc4613
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']);