Fix tooltip
This commit is contained in:
parent
084a404870
commit
507f91acf8
@ -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
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user