From 29128b7e8e06e8c1f74b0878cd3b225e9ad64a06 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Fri, 19 Oct 2018 11:48:10 -0300 Subject: [PATCH] espacio innecesario --- src/views/nota-pedido.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index e535a49..ab60017 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -71,14 +71,14 @@ type="text" readonly="true" ng-model="notaPedido.precioCondicion" - ng-click="abrirModalListaPrecio()" + ng-click="abrirModalListaPrecio()" placeholder="Seleccione Lista de precio" >
-