diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php index 237aa328e52..cf5849f3a5d 100644 --- a/htdocs/product/stock/movement_list.php +++ b/htdocs/product/stock/movement_list.php @@ -588,7 +588,7 @@ if ($action == "transfert_stock" && !$cancel) { } // reverse mouvement of stock -if ($action == 'confirm_reverse') { +if ($action == 'confirm_reverse' && $confirm == "yes") { $listMouvement = array(); $toselect = array_map('intval', $toselect);