fix: refs #8030 redmine revision updates
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:
Pako Natek 2024-09-24 10:27:27 +02:00
parent fb7208d898
commit 91801b1979
1 changed files with 1 additions and 1 deletions

View File

@ -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,