From 310952efb73b329f94a627c2121c121fbc8a41a7 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 1 Feb 2020 10:23:47 -0300 Subject: [PATCH] combo en mayusculas y ingredientes en minusculas en comanda --- src/app/modules/comanda/comanda.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/modules/comanda/comanda.component.html b/src/app/modules/comanda/comanda.component.html index 30be263..c03211a 100644 --- a/src/app/modules/comanda/comanda.component.html +++ b/src/app/modules/comanda/comanda.component.html @@ -50,12 +50,12 @@ }">

- {{detalle.DetLar}}
+ {{detalle.DetLar.toUpperCase()}}
CANT.{{detalle.cantidad}}

- {{componente.DetArt.toUpperCase()}} + {{componente.DetArt.toLowerCase()}}

-- 1.9.1