From 6ab904e618d7d9bdcca12923f4a947f77be5c8ce Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 18 Oct 2018 13:05:03 -0300 Subject: [PATCH] ng-bind para precio condicion --- src/views/nota-pedido.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index dcd9356..ab780b3 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -57,7 +57,7 @@ class="form-control selectable" type="text" readonly="true" - ng-bind="vendedor.nombre" + ng-bind="notaPedido.precioCondicion" ng-click="abrirModalListaPrecio()" placeholder="Seleccione Lista de precio" > -- 1.9.1