diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
index 329df47ef2e..e536c8c52f7 100644
--- a/htdocs/product/stock/replenish.php
+++ b/htdocs/product/stock/replenish.php
@@ -580,9 +580,7 @@ print dol_get_fiche_head($head, 'replenish', '', -1, '');
print ''.$langs->trans("ReplenishmentStatusDesc").''."\n";
-
-$link = ''.$langs->trans("MenuNewWarehouse").'';
-print info_admin($langs->trans("ErrorAtLeastOneWarehouseNeededForReplenish") .' '. $link, 0, 0, 'info', 'clearboth');
+//$link = ''.$langs->trans("MenuNewWarehouse").'';
if (empty($fk_warhouse) && !empty($conf->global->STOCK_ALLOW_ADD_LIMIT_STOCK_BY_WAREHOUSE)) {
print ''.$langs->trans("ReplenishmentStatusDescPerWarehouse").''."\n";