2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Frédéric FRANCE
2023-02-02 22:59:54 +01:00
parent ffa9e1e52f
commit 41dd574b16
14 changed files with 17 additions and 21 deletions

View File

@@ -3843,7 +3843,7 @@ class Commande extends CommonOrder
'objecttype' => $this->element,
'option' => $option,
];
$linkclose .= ' data-params='.json_encode($params).' id="order-' . uniqid() . '" title="' . $langs->trans('Loading') . '"';
$linkclose .= ' data-params='.json_encode($params).' title="' . $langs->trans('Loading') . '"';
$linkclose .= ' class="classforajaxtooltip"';
} else {
$linkclose .= ' title="'.dol_escape_htmltag($label, 1).'"';