- Add saldo to member's list
This commit is contained in:
@@ -1867,6 +1867,11 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
if (params.filterextra) {
|
||||
if (params.filterextra.length > 0)
|
||||
query = [...params.filterextra];
|
||||
}
|
||||
|
||||
if (filtriadded) {
|
||||
if (filtriadded.length > 0)
|
||||
query.push({$match: {$and: filtriadded}});
|
||||
|
||||
Reference in New Issue
Block a user