refs #6897 fix filter #2657

Merged
carlossa merged 4 commits from 6897-entryMigration2 into dev 2024-07-03 10:15:04 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 0240734a4b - Show all commits

View File

@ -173,7 +173,8 @@ module.exports = Self => {
s.name AS supplierName,
s.nickname AS supplierAlias,
co.code AS companyCode,
cu.code AS currencyCode
cu.code AS currencyCode,
t.ref AS travelRef
FROM vn.entry e
JOIN vn.supplier s ON s.id = e.supplierFk
JOIN vn.travel t ON t.id = e.travelFk