diff --git a/src/views/foca-modal-nuevo-cliente.html b/src/views/foca-modal-nuevo-cliente.html
index 003847b..f68d807 100644
--- a/src/views/foca-modal-nuevo-cliente.html
+++ b/src/views/foca-modal-nuevo-cliente.html
@@ -27,8 +27,7 @@
type="text"
class="form-control form-control-sm"
ng-model="cliente.COD"
- readonly
- />
+ readonly>
@@ -88,24 +85,23 @@
ng-required="true"
ng-focus="focus(4)"
foca-focus="focused == 4"
- teclado-virtual
- />
+ teclado-virtual>
@@ -122,22 +118,21 @@
ng-required="true"
foca-focus="focused == 5"
ng-focus="focus(5)"
- teclado-virtual
- />
+ teclado-virtual>
@@ -156,22 +151,21 @@
ng-required="true"
ng-focus="focus(6)"
foca-focus="focused == 6"
- teclado-virtual
- />
+ teclado-virtual>
@@ -188,22 +182,21 @@
ng-required="true"
ng-focus="focus(7)"
foca-focus="focused == 7"
- teclado-virtual
- />
+ teclado-virtual>
@@ -221,22 +214,21 @@
placeholder="Seleccione cobrador"
ng-focus="focus(8)"
foca-focus="focused == 8"
- teclado-virtual
- />
+ teclado-virtual>
@@ -252,22 +244,21 @@
placeholder="Seleccione vendedor"
ng-focus="focus(9)"
foca-focus="focused == 9"
- teclado-virtual
- />
+ teclado-virtual>
@@ -314,7 +305,11 @@
ng-model="cliente.ES_MAY"
checked
disabled="disabled">
-
+
@@ -333,24 +328,23 @@
ng-required="true"
ng-focus="focus(12)"
foca-focus="focused == 12"
- teclado-virtual
- />
+ teclado-virtual>
-
-
-
+
+
+
@@ -370,16 +364,16 @@
ng-show="cliente.tipoFactura.NOMBRE !== ''"
type="button"
class="clear-input"
- ng-click="cliente.tipoFactura.NOMBRE = ''"
- >
+ ng-click="cliente.tipoFactura.NOMBRE = ''">
+
@@ -399,8 +393,7 @@
ng-focus="focus(14)"
foca-focus="focused == 14"
teclado-virtual
- foca-tipo-input
- >
+ foca-tipo-input>
-
+ foca-tipo-input>
-
+ foca-tipo-input>
@@ -448,16 +439,16 @@
ng-show="cliente.tipoComprobante.NOMBRE !== ''"
type="button"
class="clear-input"
- ng-click="cliente.tipoComprobante.NOMBRE = ''"
- >
-
+ ng-click="cliente.tipoComprobante.NOMBRE = ''">
+
+
@@ -479,16 +470,16 @@
ng-show="cliente.formaPago.NOMBRE !== ''"
type="button"
class="clear-input"
- ng-click="cliente.formaPago.NOMBRE = ''"
- >
+ ng-click="cliente.formaPago.NOMBRE = ''">
+
@@ -504,12 +495,13 @@
class="btn btn-sm btn-secondary"
type="button"
data-dismiss="modal"
- ng-click="cancel()">Cancelar
+ ng-click="cancel()">
+ Cancelar