fix: refs #7213 change rounding problems #2943
|
@ -205,7 +205,7 @@ BEGIN
|
|||
ON DUPLICATE KEY UPDATE itemDelay = sub.problem, saleFk = sub.saleFk;
|
||||
|
||||
-- Redondeo: cantidad incorrecta con respecto al grouping
|
||||
guillermo marked this conversation as resolved
Outdated
|
||||
CALL buyUltimate(vWarehouseFk, vDate);
|
||||
CALL buy_getUltimate(NULL, vWarehouseFk, vDate);
|
||||
INSERT INTO tmp.sale_problems(ticketFk, hasRounding, saleFk)
|
||||
guillermo marked this conversation as resolved
guillermo
commented
SELECT ticketFk, problem, saleFk SELECT ticketFk, problem, saleFk
|
||||
SELECT ticketFk, problem, saleFk
|
||||
FROM (
|
||||
|
|
Loading…
Reference in New Issue
No falta el drop de la tabla generada?