Merge pull request 'feat: refs #7266 buyFkForPrint' (!3159) from 7266-ItemShelvingBuy into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3159 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
3b87cf0c69
|
@ -7,9 +7,10 @@ BEGIN
|
|||
* @param vSelf matrícula del carro
|
||||
**/
|
||||
SELECT ish.itemFk item,
|
||||
IFNULL(i.longName, CONCAT(i.name, ' ', i.size)) description,
|
||||
i.name,
|
||||
i.longName,
|
||||
i.size,
|
||||
ish.visible,
|
||||
CEIL(ish.visible/ish.packing) stickers,
|
||||
ish.packing,
|
||||
ish.grouping,
|
||||
p.code,
|
||||
|
@ -17,7 +18,8 @@ BEGIN
|
|||
s.priority,
|
||||
ish.isChecked,
|
||||
ic.url,
|
||||
ish.available
|
||||
ish.available,
|
||||
ish.buyFk
|
||||
FROM itemShelving ish
|
||||
JOIN item i ON i.id = ish.itemFk
|
||||
JOIN shelving s ON vSelf = s.code COLLATE utf8_unicode_ci
|
||||
|
|
Loading…
Reference in New Issue