From d0185017b70a175964b9da566a05f8db04a39e23 Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 11 Aug 2022 08:29:24 +0200 Subject: [PATCH 1/2] Removed translate from grouping and packing --- modules/entry/front/summary/index.html | 4 ++-- modules/item/front/last-entries/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/entry/front/summary/index.html b/modules/entry/front/summary/index.html index 3dd9a4be5..ffd8aafab 100644 --- a/modules/entry/front/summary/index.html +++ b/modules/entry/front/summary/index.html @@ -123,12 +123,12 @@ {{::line.weight}} - {{::line.packing | dashIfEmpty}} + {{::line.packing | dashIfEmpty}} - {{::line.grouping | dashIfEmpty}} + {{::line.grouping | dashIfEmpty}} {{::line.buyingValue | currency: 'EUR':2}} diff --git a/modules/item/front/last-entries/index.html b/modules/item/front/last-entries/index.html index 29047c613..0348d4f66 100644 --- a/modules/item/front/last-entries/index.html +++ b/modules/item/front/last-entries/index.html @@ -70,12 +70,12 @@ {{entry.stickers | dashIfEmpty}} - {{::entry.packing | dashIfEmpty}} + {{::entry.packing | dashIfEmpty}} - {{::entry.grouping | dashIfEmpty}} + {{::entry.grouping | dashIfEmpty}} {{::entry.stems | dashIfEmpty}} From cceb456209907280f1841996701e662f914e7c46 Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 12 Aug 2022 15:31:59 +0200 Subject: [PATCH 2/2] 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}; } }