From cceb456209907280f1841996701e662f914e7c46 Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 12 Aug 2022 15:31:59 +0200 Subject: [PATCH] Filter by province --- modules/client/front/notification/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/client/front/notification/index.js b/modules/client/front/notification/index.js index 0506ea4ba..336005783 100644 --- a/modules/client/front/notification/index.js +++ b/modules/client/front/notification/index.js @@ -108,6 +108,7 @@ export default class Controller extends Section { case 'fi': case 'postcode': case 'salesPersonFk': + case 'provinceFk': return {[param]: value}; } }