7729-devToTest_2430 #2739

Merged
alexm merged 339 commits from 7729-devToTest_2430 into test 2024-07-16 07:11:37 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit cc004a864a - Show all commits

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