diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index a4d2d2b96d2..3a6cc211f3f 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -187,6 +187,8 @@ if($action == 'order') { } if(!$fail && $id) { setEventMessage($langs->trans('OrderCreated'), 'mesgs'); + header('Location: replenishorders.php'); + exit; } } }