fix: refs #7213 change rounding problems #2943

Merged
guillermo merged 4 commits from 7213-changeRoundingProblem into master 2024-09-11 10:33:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 011c16180d - Show all commits

View File

@ -205,7 +205,7 @@ BEGIN
ON DUPLICATE KEY UPDATE itemDelay = sub.problem, saleFk = sub.saleFk;
-- Redondeo: cantidad incorrecta con respecto al grouping
CALL buyUltimate(vWarehouseFk, vDate);
CALL buy_getUltimate(NULL, vWarehouseFk, vDate);
INSERT INTO tmp.sale_problems(ticketFk, hasRounding, saleFk)
guillermo marked this conversation as resolved
Review

SELECT ticketFk, problem, saleFk

SELECT ticketFk, problem, saleFk
SELECT ticketFk, problem, saleFk
FROM (