feat(salix): refs #7648 #7648 rename some travel fields
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-07-02 20:41:53 +02:00
parent 0e4db6c3d3
commit cc004a864a
1 changed files with 4 additions and 4 deletions

View File

@ -178,10 +178,10 @@ module.exports = Self => {
s.nickname AS supplierAlias,
co.code AS companyCode,
cu.code AS currencyCode,
t.shipped AS shipped,
t.landed AS landed,
t.warehouseInFk AS warehouseId,
w.name AS warehouseName
t.shipped,
t.landed,
t.warehouseInFk,
w.name AS warehouseInName
FROM vn.entry e
JOIN vn.supplier s ON s.id = e.supplierFk
JOIN vn.travel t ON t.id = e.travelFk