Merge pull request #24588 from frederic34/patch-6

load translation for tooltip
This commit is contained in:
Laurent Destailleur 2023-04-25 18:01:03 +02:00 committed by GitHub
commit a6246167d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3727,6 +3727,7 @@ class Commande extends CommonOrder
{
global $conf, $langs, $user;
$langs->load('orders');
$datas = [];
$nofetch = !empty($params['nofetch']);