Commit fecdeaebd8f310a678d56d9fd05bd5a49ca8a7f9

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'develop'

Master(efernandez)

See merge request !7
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>