diff --git a/htdocs/product/stock/img/no.png b/htdocs/product/stock/img/no.png new file mode 100644 index 00000000000..8aa4a46ba76 Binary files /dev/null and b/htdocs/product/stock/img/no.png differ diff --git a/htdocs/product/stock/img/yes.png b/htdocs/product/stock/img/yes.png new file mode 100644 index 00000000000..8e07437a95f Binary files /dev/null and b/htdocs/product/stock/img/yes.png differ diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index 3cce51cd455..b4812a87842 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -423,12 +423,12 @@ if ($resql) { $stocktobuy = max($objp->desiredstock - $stock - $ordered, 0); $disabled = ''; if ($ordered > 0) { - $picto = img_picto('','tick'); - if ($ordered + $stock >= $objp->desiredstock) { + $picto = img_picto('', './img/yes', '', 1); + if($ordered + $stock >= $objp->desiredstock) { $disabled = 'disabled="disabled"'; } } else { - $picto = img_picto('', 'stcomm-1'); + $picto = img_picto('', './img/no', '', 1); } echo '