diff --git a/modules/order/front/line/index.html b/modules/order/front/line/index.html
index d8b27efe3..54e743845 100644
--- a/modules/order/front/line/index.html
+++ b/modules/order/front/line/index.html
@@ -36,15 +36,21 @@
- {{row.itemFk | zeroFill:6}}
+ {{::row.itemFk | zeroFill:6}}
-
- {{row.warehouse.name}}
- {{row.shipped | date: 'dd/MM/yyyy'}}
- {{row.quantity}}
+
+
+
+
+ {{::row.warehouse.name}}
+ {{::row.shipped | date: 'dd/MM/yyyy'}}
+ {{::row.quantity}}
- {{row.price | currency: 'EUR':2}}
+ {{::row.price | currency: 'EUR':2}}
- {{row.itemFk | zeroFill:6}}
+ {{::row.itemFk | zeroFill:6}}
-
+
+
+
+
{{::row.quantity}}
{{::row.price | currency: 'EUR':2}}
{{::row.quantity * row.price | currency: 'EUR':2}}
diff --git a/modules/order/front/volume/index.html b/modules/order/front/volume/index.html
index acc6fd892..359e9e37b 100644
--- a/modules/order/front/volume/index.html
+++ b/modules/order/front/volume/index.html
@@ -38,7 +38,13 @@
{{::row.itemFk}}
-
+
+
+
+
{{::row.quantity}}
{{::row.volume | number:3}}
diff --git a/modules/ticket/front/component/index.html b/modules/ticket/front/component/index.html
index 165d3addb..9274a4c18 100644
--- a/modules/ticket/front/component/index.html
+++ b/modules/ticket/front/component/index.html
@@ -48,7 +48,11 @@
-
+
+
|
{{::sale.quantity}}
diff --git a/modules/ticket/front/data/step-two/index.html b/modules/ticket/front/data/step-two/index.html
index b4d07a548..e343ad9e9 100644
--- a/modules/ticket/front/data/step-two/index.html
+++ b/modules/ticket/front/data/step-two/index.html
@@ -15,7 +15,13 @@
|
{{("000000"+sale.itemFk).slice(-6)}} |
- |
+
+
+
+ |
{{::sale.quantity}} |
{{::sale.price | currency: 'EUR': 2}} |
{{::sale.component.newPrice | currency: 'EUR': 2}} |
diff --git a/modules/ticket/front/sale-checked/index.html b/modules/ticket/front/sale-checked/index.html
index 89256c95e..3c8a925c2 100644
--- a/modules/ticket/front/sale-checked/index.html
+++ b/modules/ticket/front/sale-checked/index.html
@@ -30,10 +30,16 @@
- {{sale.itemFk | zeroFill:6}}
+ {{::sale.itemFk | zeroFill:6}}
-
+
+
+
+
{{::sale.quantity}}
diff --git a/modules/ticket/front/sale-tracking/index.html b/modules/ticket/front/sale-tracking/index.html
index da33b4be1..f166b7882 100644
--- a/modules/ticket/front/sale-tracking/index.html
+++ b/modules/ticket/front/sale-tracking/index.html
@@ -37,7 +37,13 @@
{{sale.itemFk | zeroFill:6}}
-
+
+
+
+
{{::sale.quantity}}
{{::sale.originalQuantity}}
diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html
index 62dc10294..24517d2a6 100644
--- a/modules/ticket/front/sale/index.html
+++ b/modules/ticket/front/sale/index.html
@@ -108,7 +108,11 @@
-
+
+
{{sale.quantity}}
diff --git a/modules/ticket/front/volume/index.html b/modules/ticket/front/volume/index.html
index 4121ec4ab..34de1e470 100644
--- a/modules/ticket/front/volume/index.html
+++ b/modules/ticket/front/volume/index.html
@@ -38,7 +38,7 @@
{{sale.itemFk | zeroFill:6}}
-
+
{{::sale.quantity}}
{{::sale.volume.m3 | number:3}}