Commit 6ab904e618d7d9bdcca12923f4a947f77be5c8ce

Authored by Eric Fernandez
1 parent e0bcd2abf4
Exists in master

ng-bind para precio condicion

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/nota-pedido.html
... ... @@ -57,7 +57,7 @@
57 57 class="form-control selectable"
58 58 type="text"
59 59 readonly="true"
60   - ng-bind="vendedor.nombre"
  60 + ng-bind="notaPedido.precioCondicion"
61 61 ng-click="abrirModalListaPrecio()"
62 62 placeholder="Seleccione Lista de precio"
63 63 >