From 6f351d5481e2221917eec54dc38faad24a947df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 25 Apr 2023 09:46:12 +0200 Subject: [PATCH] load translation for tooltip translation was not loaded when using ajax tooltip --- htdocs/commande/class/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index f707714d772..705e0608888 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -3727,6 +3727,7 @@ class Commande extends CommonOrder { global $conf, $langs, $user; + $langs->load('orders'); $datas = []; $nofetch = !empty($params['nofetch']);