7161DeleteitemTrash #2273

Merged
ivanm merged 7 commits from 7161DeleteitemTrash into dev 2024-04-16 11:39:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 90c26959af - Show all commits

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;