fixed claim action filter

This commit is contained in:
Joan 2018-12-04 10:11:02 +01:00
parent e47d60e05c
commit a72077e578
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Controller {
],
where: {
created: {gt: pastWeek},
clienFk: this.claim.clientFk
clientFk: this.claim.clientFk
}
};
this.$.lastTicketsModel.filter = filter;