Fix #18916 : mass stock movements not displayed if error while adding line

This commit is contained in:
Maxime Kohlhaas 2021-10-24 00:31:57 +02:00
parent 4ab59eebf3
commit 0a2c950401

View File

@ -443,6 +443,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes') {
*/
$now = dol_now();
$error = 0;
$form = new Form($db);
$formproduct = new FormProduct($db);