hotfix-sepaCore #2678

Merged
carlossa merged 7 commits from hotfix-sepaCore into master 2024-07-05 05:52:16 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit fcec3bc0ae - Show all commits

View File

@ -27,7 +27,8 @@ module.exports = {
FROM supplierAccount sa
JOIN company co ON co.supplierAccountFk = sa.id
JOIN supplier s ON sa.supplierFk = s.id
WHERE co.id = ?`) [this.companyId];
WHERE co.id = ?
AND ad.accountDetailTypeFk = 3`) [this.companyId];
}
}