#6085 add acl authenticated #2188

Merged
jorgep merged 3 commits from 6085-hotFix-addOwnedAlias into master 2024-03-25 08:49:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 17ed853e09 - Show all commits

View File

@ -23,7 +23,7 @@ BEGIN
ENGINE = MEMORY
SELECT Id_Ticket
FROM vn2008.Tickets t
JOIN vn.invoiceOut io ON io.id = t.Factura
JOIN vn.invoiceOut io ON io.`ref` = t.Factura
WHERE year(io.issued) = vYear
AND month(io.issued) = vMonth;