diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php
index edef4b3a38c..b9d3494d00b 100644
--- a/htdocs/core/boxes/box_produits_alerte_stock.php
+++ b/htdocs/core/boxes/box_produits_alerte_stock.php
@@ -210,7 +210,7 @@ class box_produits_alerte_stock extends ModeleBoxes
$this->info_box_contents[$line][] = array(
'td' => 'class="right" width="18"',
- 'text' => ''.$productstatic->LibStatut($objp->tobuy, 3, 0).'',
+ 'text' => ''.$productstatic->LibStatut($objp->tobuy, 3, 1).'',
'asis' => 1
);