Compare commits

..

4 Commits

Author SHA1 Message Date
Jorge Penadés 256ae359ce Merge branch 'dev' into 6951-ticketCloneAll
gitea/salix/pipeline/pr-dev This commit looks good Details
2024-03-25 07:46:38 +00:00
Ivan Mas c4d8ca7873 Merge pull request 'refs #6966 Modify name sale_replaceItem' (!2199) from 6966-Modify-name-sale_replaceItem into dev
gitea/salix/pipeline/head This commit looks good Details
Reviewed-on: #2199
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
2024-03-25 07:06:12 +00:00
Ivan Mas b9bcc5b2cf refs #6966 changes required
gitea/salix/pipeline/pr-dev This commit looks good Details
2024-03-22 15:06:57 +01:00
Ivan Mas 3851d967f4 refs #6966 Modify name sale_replaceItem
gitea/salix/pipeline/pr-dev This commit looks good Details
2024-03-22 13:56:46 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ BEGIN
price)
SELECT vTicketFk,
vNewItemFk,
CEIL(vQuantity / vRoundQuantity) * vRoundQuantity, CONCAT('+ ',i.longName),
CEIL(vQuantity / vRoundQuantity) * vRoundQuantity, CONCAT('+ ', i.name),
vFinalPrice
FROM vn.item i
WHERE id = vNewItemFk;