Merge pull request #19168 from atm-maxime/fix_massmovments

Fix #18916 : mass stock movements not displayed if error while adding line
This commit is contained in:
Laurent Destailleur 2021-10-24 00:44:39 +02:00 committed by GitHub
commit 664eafd810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);