Commit cf9baac986a7bf8cc71cfbd341f7a451df6bdab5

Authored by Jose Pinto
1 parent 00f3f14660
Exists in master and in 1 other branch develop

fix boton crear cliente

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/foca-busqueda-cliente-modal.html
... ... @@ -18,7 +18,7 @@
18 18 <button
19 19 class="btn btn-outline-primary mr-2"
20 20 ng-click="ingreso = true"
21   - ng-show="!ingreso && vendedor.CodVen"
  21 + ng-show="!ingreso && vendedor.NUM"
22 22 title="Nuevo">
23 23 <i class="fa fa-plus" aria-hidden="true"></i>
24 24 </button>