ticket actions listing tickets from all clients

This commit is contained in:
Joan 2018-12-04 09:48:27 +01:00
parent 6264192f2e
commit e47d60e05c
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ class Controller {
{relation: 'warehouse', fields: ['name']}
],
where: {
created: {gt: pastWeek}
created: {gt: pastWeek},
clienFk: this.claim.clientFk
}
};
this.$.lastTicketsModel.filter = filter;