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};
}
}
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}}