refs #6966 Modify name sale_replaceItem
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2024-03-22 13:56:46 +01:00
parent d0f4f8a482
commit 3851d967f4
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;