Merge pull request #15206 from frederic34/patch-10

The constant MissingIds was not found.
This commit is contained in:
Laurent Destailleur 2020-10-29 17:46:16 +01:00 committed by GitHub
commit f9713a5752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,7 +470,7 @@ if (empty($reshook))
$result = $db->query($sql);
} else {
setEventMessages(('delete_price_by_qty'.$langs->transnoentities(MissingIds)), null, 'errors');
setEventMessages(('delete_price_by_qty'.$langs->transnoentities('MissingIds')), null, 'errors');
}
}