test #2316

Merged
robert merged 6 commits from test into dev 2024-04-17 10:28:46 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 062bda548f - Show all commits

View File

@ -81,10 +81,6 @@ BEGIN
ORDER BY (vQuantity % `grouping`) ASC
LIMIT 1;
IF vNewPrice IS NULL THEN
CALL util.throw('price retrieval failed');
END IF;
IF vNewPrice > vOldPrice THEN
SET vFinalPrice = vOldPrice;
SET vOption = 'substitution';