Commit be8202bcb599a64711760f2ea13ea9628da91817
1 parent
88e26c3a1b
Exists in
master
and in
1 other branch
ok clientes prospectos
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
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> |