diff --git a/modules/entry/front/latest-buys/index.html b/modules/entry/front/latest-buys/index.html index dfe272208..fdf0f50ab 100644 --- a/modules/entry/front/latest-buys/index.html +++ b/modules/entry/front/latest-buys/index.html @@ -47,7 +47,6 @@ Comission value Package value Is ignored - Grouping mode price2 price3 Min price @@ -79,8 +78,16 @@ {{::buy.itemFk | zeroFill:6}} - {{::buy.grouping}} - {{::buy.packing}} + + + {{::buy.grouping | dashIfEmpty}} + + + + + {{::buy.packing | dashIfEmpty}} + + {{::buy.size}} {{::buy.type}} @@ -110,7 +117,6 @@ {{::buy.comissionValue | currency: 'EUR':2}} {{::buy.packageValue | currency: 'EUR':2}} {{::buy.isIgnored}} - {{::buy.groupingMode}} {{::buy.price2 | currency: 'EUR':2}} {{::buy.price3 | currency: 'EUR':2}} {{::buy.minPrice | currency: 'EUR':2}} diff --git a/modules/entry/front/latest-buys/index.js b/modules/entry/front/latest-buys/index.js index 6ce1995a1..7fac10ece 100644 --- a/modules/entry/front/latest-buys/index.js +++ b/modules/entry/front/latest-buys/index.js @@ -20,7 +20,6 @@ export default class Controller extends Section { {field: 'freightValue', displayName: 'freightValue'}, {field: 'packing', displayName: 'packing'}, {field: 'grouping', displayName: 'grouping'}, - {field: 'groupingMode', displayName: 'groupingMode'}, {field: 'comissionValue', displayName: 'comissionValue'}, {field: 'packageValue', displayName: 'packageValue'}, {field: 'price2', displayName: 'price2'}, diff --git a/modules/entry/front/latest-buys/locale/es.yml b/modules/entry/front/latest-buys/locale/es.yml index 572cb272b..148c80e4e 100644 --- a/modules/entry/front/latest-buys/locale/es.yml +++ b/modules/entry/front/latest-buys/locale/es.yml @@ -1,12 +1,11 @@ Edit buy(s): Editar compra(s) -Buying value: Valor compra -Freight value: Valor envío -Comission value: Valor comisión -Package value: Valor paquete +Buying value: Precio +Freight value: Porte +Commission value: Comisión +Package value: Embalaje Is ignored: Ignorado -Grouping mode: Agrupación -price2: Precio 2 -price3: Precio 3 +price 2: Paquete +price 3: Caja Min price: Precio min -Weight: Peso -Field to edit: Campo a editar \ No newline at end of file +Ekt: Ekt +Weight: Peso \ No newline at end of file