From 782144db78b5232810489e4aef4416ad70226b1e Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 9 Sep 2019 11:26:54 -0300 Subject: [PATCH] =?UTF-8?q?mostrando=202=20d=C3=ADgitos=20en=20pedidos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/comanda/comanda.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/comanda/comanda.component.html b/src/app/components/comanda/comanda.component.html index 945babb..1cc3a8b 100644 --- a/src/app/components/comanda/comanda.component.html +++ b/src/app/components/comanda/comanda.component.html @@ -9,7 +9,7 @@ 'bg-success swing-out-top-bck': comanda.estado === 3 }">
-

{{comanda.id}}.

+

{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.