fix: refs #8030 redmine revision updates
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
Changes recomended by the reviewer Refs: #8030
This commit is contained in:
parent
fb7208d898
commit
91801b1979
|
@ -128,7 +128,7 @@ BEGIN
|
|||
JOIN tmp.ticketComponentCalculate tcc ON tcc.itemFk = tc.itemFk AND tcc.warehouseFk = tc.warehouseFk
|
||||
GROUP BY tc.itemFk, warehouseFk;
|
||||
|
||||
-- priceDelta Bonus del comprador a un rango de productos Refs: #8030
|
||||
-- Bonus del comprador a un rango de productos
|
||||
INSERT INTO tmp.ticketComponent(warehouseFk, itemFk, componentFk, cost)
|
||||
SELECT
|
||||
tcb.warehouseFk,
|
||||
|
|
Loading…
Reference in New Issue