Commit 64205bef5aa2e21c62d12fcb57827219b67e727b

Authored by Jose Pinto
Exists in master

Merge remote-tracking branch 'upstream/develop'

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>