Fix tooltip

This commit is contained in:
Laurent Destailleur 2022-01-02 18:36:18 +01:00
parent 084a404870
commit 507f91acf8

View File

@ -210,7 +210,7 @@ class box_produits_alerte_stock extends ModeleBoxes
$this->info_box_contents[$line][] = array(
'td' => 'class="right" width="18"',
'text' => '<span class="statusrefbuy">'.$productstatic->LibStatut($objp->tobuy, 3, 0).'</span>',
'text' => '<span class="statusrefbuy">'.$productstatic->LibStatut($objp->tobuy, 3, 1).'</span>',
'asis' => 1
);