From deaade92b090638f8d20c9d2fdb0117d0e3cbb38 Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 22 Jun 2021 14:27:45 +0200 Subject: [PATCH] Shortened packing type --- modules/ticket/front/sale/index.html | 8 ++++---- modules/ticket/front/sale/locale/es.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index a66d8a4de..c6f07bccf 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -63,10 +63,10 @@ Id Quantity Item - Packing type Price Disc Amount + Packing @@ -169,9 +169,6 @@ - - {{::sale.item.itemPackingTypeFk == 'H' ? 'Horizontal' : (sale.item.itemPackingTypeFk == 'V' ? 'Vertical' : '-')}} - {{$ctrl.getSaleTotal(sale) | currency: 'EUR':2}} + + {{::sale.item.itemPackingTypeFk | dashIfEmpty}} + diff --git a/modules/ticket/front/sale/locale/es.yml b/modules/ticket/front/sale/locale/es.yml index bc18fcfdd..c1a112817 100644 --- a/modules/ticket/front/sale/locale/es.yml +++ b/modules/ticket/front/sale/locale/es.yml @@ -35,4 +35,4 @@ Address: Dirección Warehouse: Almacen Agency: Agencia Shipped: F. envio -Packing type: Forma de encajado \ No newline at end of file +Packing: Encajado \ No newline at end of file