feat: refs #7219
gitea/salix/pipeline/pr-test This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-04-16 12:46:50 +02:00
parent 9ea1ac2a56
commit 01d959f6f4
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';