From 23e08331fc80200cab59a62fbb520adabc92dd0e Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 20 Feb 2019 12:12:16 +0100 Subject: [PATCH] fetched tags not sowing title and displaying wrong fixed --- modules/order/front/line/index.html | 18 ++++++++++++------ modules/order/front/summary/index.html | 10 ++++++++-- modules/order/front/volume/index.html | 8 +++++++- modules/ticket/front/component/index.html | 6 +++++- modules/ticket/front/data/step-two/index.html | 8 +++++++- modules/ticket/front/sale-checked/index.html | 10 ++++++++-- modules/ticket/front/sale-tracking/index.html | 8 +++++++- modules/ticket/front/sale/index.html | 6 +++++- modules/ticket/front/volume/index.html | 2 +- 9 files changed, 60 insertions(+), 16 deletions(-) diff --git a/modules/order/front/line/index.html b/modules/order/front/line/index.html index d8b27efe33..54e7438456 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 acc6fd8920..359e9e37be 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 165d3addb4..9274a4c18e 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 b4d07a548e..e343ad9e9e 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 89256c95e5..3c8a925c20 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 da33b4be19..f166b7882a 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 62dc102941..24517d2a61 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 4121ec4abc..34de1e4706 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}}