closes 4732 etiquetas con QR para previa y item #1163

Merged
pau merged 35 commits from 4732-previa-label into dev 2023-01-18 08:26:11 +00:00
1 changed files with 3 additions and 6 deletions
Showing only changes of commit f7a25c64b5 - Show all commits

View File

@ -1,7 +1,4 @@
SELECT
`s`.`description`
FROM
`vn`.`saleGroup` sg
SELECT `s`.`description`
FROM `vn`.`saleGroup` sg
JOIN `vn`.`sector` s ON `sg`.`sectorFk` = `s`.`id`
WHERE
`sg`.`id` = ?
WHERE `sg`.`id` = ?