Commit e0f031ce81700560fefb56d9776b12ebca5ba701

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

ok clientes prospectos

See merge request !6
src/views/foca-busqueda-cliente-modal.html
... ... @@ -6,7 +6,11 @@
6 6 </div>
7 7 <div ng-show="ingreso" class="col-lg-6">
8 8 <div class="custom-control custom-checkbox">
9   - <input type="checkbox" class="custom-control-input" id="checkProspecto">
  9 + <input
  10 + type="checkbox"
  11 + class="custom-control-input"
  12 + id="checkProspecto"
  13 + ng-model="cliente.ES_PROS">
10 14 <label class="custom-control-label" for="checkProspecto">¿Es prospecto?</label>
11 15 </div>
12 16 </div>