mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 10:52:37 +01:00
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
This commit is contained in:
committed by
GitHub
parent
66fdf21939
commit
4c1768afd5
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user