Commit 928b32f3ba81351e7aa39fac74a84639869aef30

Authored by Eric
1 parent a0b526f8eb
Exists in master

idLista precio en vez de id

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/modal-precio-condicion.html
... ... @@ -104,7 +104,7 @@
104 104 type="button"
105 105 class="btn btn-sm p-1 float-right btn-secondary mr-2"
106 106 title="Ver lista precio"
107   - ng-click="verListaPrecio(precioCondicion.id)"
  107 + ng-click="verListaPrecio(precioCondicion.idListaPrecio)"
108 108 >
109 109 <i class="fa fa-eye" aria-hidden="true"></i>
110 110 </button>