diff --git a/client/claim/src/action/index.js b/client/claim/src/action/index.js index d66483c18..d7966ed9e 100644 --- a/client/claim/src/action/index.js +++ b/client/claim/src/action/index.js @@ -101,7 +101,7 @@ class Controller { ], where: { created: {gt: pastWeek}, - clienFk: this.claim.clientFk + clientFk: this.claim.clientFk } }; this.$.lastTicketsModel.filter = filter;