master #2200

Merged
sergiodt merged 11 commits from master into test 2024-03-25 07:49:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0116389290 - 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;