refs #6791 remake negativeBases #2017

Merged
carlossa merged 3 commits from 6791-negativeNickname into dev 2024-02-09 11:49:38 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1597f17230 - Show all commits

View File

@ -79,7 +79,6 @@ module.exports = Self => {
JOIN vn.company co ON co.id = t.companyFk
JOIN vn.sale s ON s.ticketFk = t.id
JOIN vn.client c ON c.id = t.clientFk
JOIN vn.country cou ON cou.id = c.countryFk
LEFT JOIN vn.worker w ON w.id = c.salesPersonFk
JOIN account.user u ON u.id = w.id