feat: refs #7219 #2307

Merged
robert merged 2 commits from 7219-sale_replaceItem into test 2024-04-17 10:10:43 +00:00
1 changed files with 0 additions and 4 deletions

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