diff --git a/modules/item/front/fetched-tags/index.html b/modules/item/front/fetched-tags/index.html index 78420c79f..c613a042d 100644 --- a/modules/item/front/fetched-tags/index.html +++ b/modules/item/front/fetched-tags/index.html @@ -1,7 +1,7 @@ - {{::$ctrl.title}} + {{::$ctrl.item.name}} -

{{::$ctrl.subName}}

+

{{::$ctrl.subName}}

- - Id - Grouping - Packing + + Id + Grouping + Packing Description - Stems - Size - Niche - Type - Category - Intrastat - Origin - Buyer - Density + Stems + Size + Niche + Type + Category + Intrastat + Origin + Buyer + Density Active @@ -49,38 +49,43 @@ ng-click="$ctrl.stopEvent($event)" on-error-src/> - + {{::item.id | zeroFill:6}} - {{::item.grouping | dashIfEmpty}} - {{::item.packing | dashIfEmpty}} + {{::item.grouping | dashIfEmpty}} + {{::item.packing | dashIfEmpty}} - {{::item.stems}} - {{::item.size}} - {{::item.niche}} - {{::item.type}} - {{::item.category}} - {{::item.intrastat}} - {{::item.origin}} - + {{::item.stems}} + {{::item.size}} + {{::item.niche}} + + {{::item.type}} + + + {{::item.category}} + + + {{::item.intrastat}} + + {{::item.origin}} + {{::item.userNickname}} - {{::item.density}} + {{::item.density}} diff --git a/modules/order/front/summary/index.html b/modules/order/front/summary/index.html index c4450469b..ea2abef08 100644 --- a/modules/order/front/summary/index.html +++ b/modules/order/front/summary/index.html @@ -72,7 +72,6 @@ diff --git a/modules/order/front/volume/index.html b/modules/order/front/volume/index.html index 5b081783e..4772ccd43 100644 --- a/modules/order/front/volume/index.html +++ b/modules/order/front/volume/index.html @@ -42,7 +42,6 @@ diff --git a/modules/route/back/methods/route/specs/getTickets.spec.js b/modules/route/back/methods/route/specs/getTickets.spec.js index 1c850099c..decb1abe5 100644 --- a/modules/route/back/methods/route/specs/getTickets.spec.js +++ b/modules/route/back/methods/route/specs/getTickets.spec.js @@ -1,7 +1,7 @@ const app = require('vn-loopback/server/server'); describe('route summary()', () => { - it('should return a summary object containing data freom his tickets', async() => { + it('should return a summary object containing data from his tickets', async() => { let result = await app.models.Route.getTickets(1); expect(result[2].id).toEqual(11); diff --git a/modules/route/back/methods/route/specs/summary.spec.js b/modules/route/back/methods/route/specs/summary.spec.js index 658519c51..304cd2f43 100644 --- a/modules/route/back/methods/route/specs/summary.spec.js +++ b/modules/route/back/methods/route/specs/summary.spec.js @@ -8,7 +8,7 @@ describe('route summary()', () => { expect(result.route.workerFk).toEqual(56); }); - it('should return a summary object containing data freom his tickets', async() => { + it('should return a summary object containing data from his tickets', async() => { let result = await app.models.Route.summary(1); expect(result.tickets[2].id).toEqual(11); diff --git a/modules/ticket/front/component/index.html b/modules/ticket/front/component/index.html index 67f225946..dfcfde6f6 100644 --- a/modules/ticket/front/component/index.html +++ b/modules/ticket/front/component/index.html @@ -51,7 +51,6 @@ diff --git a/modules/ticket/front/data/step-two/index.html b/modules/ticket/front/data/step-two/index.html index 12da56584..a8c3859e5 100644 --- a/modules/ticket/front/data/step-two/index.html +++ b/modules/ticket/front/data/step-two/index.html @@ -18,8 +18,7 @@ + item="::sale.item"> {{::sale.quantity}} diff --git a/modules/ticket/front/sale-checked/index.html b/modules/ticket/front/sale-checked/index.html index 00eeb2981..4126e3477 100644 --- a/modules/ticket/front/sale-checked/index.html +++ b/modules/ticket/front/sale-checked/index.html @@ -37,7 +37,6 @@ diff --git a/modules/ticket/front/sale-tracking/index.html b/modules/ticket/front/sale-tracking/index.html index 9093ebdba..2920f74e9 100644 --- a/modules/ticket/front/sale-tracking/index.html +++ b/modules/ticket/front/sale-tracking/index.html @@ -41,7 +41,6 @@ diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index 8ec48fa36..12b381773 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -121,7 +121,6 @@ diff --git a/modules/ticket/front/summary/index.html b/modules/ticket/front/summary/index.html index 5a37cc959..20a603802 100644 --- a/modules/ticket/front/summary/index.html +++ b/modules/ticket/front/summary/index.html @@ -100,8 +100,7 @@ {{::sale.price | currency: 'EUR':2}} diff --git a/modules/ticket/front/volume/index.html b/modules/ticket/front/volume/index.html index 1efb07149..cfb095bd5 100644 --- a/modules/ticket/front/volume/index.html +++ b/modules/ticket/front/volume/index.html @@ -45,8 +45,7 @@ {{::sale.quantity}}