refs #7161 change longName to name
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2024-04-09 13:39:33 +02:00
parent b75af7b192
commit 90c26959af
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ BEGIN
INSERT INTO sale(ticketFk, itemFk, concept, quantity)
SELECT vTicketFk,
vItemFk,
longName,
name,
vQuantity
FROM item
WHERE id = vItemFk;