2
0
forked from Wavyzz/dolibarr

Merge pull request #24926 from frederic34/patch-2

fix picto tooltip
This commit is contained in:
Laurent Destailleur
2023-06-04 15:20:06 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -3753,7 +3753,7 @@ class Commande extends CommonOrder
if ($user->hasRight('commande', 'lire')) {
$datas['picto'] = img_picto('', $this->picto).' <u class="paddingrightonly">'.$langs->trans("Order").'</u>';
if (isset($this->statut)) {
$datas[] = ' '.$this->getLibStatut(5);
$datas['status'] = ' '.$this->getLibStatut(5);
}
$datas['Ref'] = '<br><b>'.$langs->trans('Ref').':</b> '.$this->ref;
if (!$nofetch) {