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