From 09b8d166ddc231d4659f7cf9b3c8bd084651d8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 28 Oct 2020 18:21:45 +0100 Subject: [PATCH] The constant MissingIds was not found. The constant MissingIds was not found. Maybe you did not declare it correctly or list all dependencies? --- htdocs/product/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 3c0d28b8614..325fce0ead0 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -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'); } }