3900-client_credit #946

Merged
carlosjr merged 4 commits from 3900-client_credit into dev 2022-05-09 13:53:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e7cb9cf2da - Show all commits

View File

@ -68,7 +68,7 @@ module.exports = Self => {
where: {
and: [
{socialName: this.socialName},
{fi: this.fi},
{isActive: true},
{id: {neq: this.id}}
]
}