This commit is contained in:
Laurent Destailleur 2021-01-06 21:29:58 +01:00
parent 93323f6d61
commit 2a31ca969f

View File

@ -185,6 +185,8 @@ if (empty($reshook))
unset($_POST['disable_stock_change']);
$object->fetchLines();
$object->calculateCosts();
}
}
}
@ -227,6 +229,8 @@ if (empty($reshook))
unset($_POST['disable_stock_change']);
$object->fetchLines();
$object->calculateCosts();
}
}
}