Merge pull request #15206 from frederic34/patch-10
The constant MissingIds was not found.
This commit is contained in:
commit
f9713a5752
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user