8144-devToTest_2444 #3137

Merged
alexm merged 90 commits from 8144-devToTest_2444 into test 2024-10-22 06:07:15 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 07849ebeb8 - Show all commits

View File

@ -138,9 +138,9 @@ module.exports = Self => {
return {'c.salesPersonFk': value};
case 'myTeam':
if (value)
return {'c.salesPersonFk': {inq: teamMembersId}};
return {'tr.requesterFk': {inq: teamMembersId}};
else
return {'c.salesPersonFk': {nin: teamMembersId}};
return {'tr.requesterFk': {nin: teamMembersId}};
}
});