Commit a724e4b4c72139d9ce97caca51dbe6e6ac468437
1 parent
dc53fa7fe6
Exists in
master
Cambio en id cliente
Showing
3 changed files
with
10 additions
and
7 deletions
Show diff stats
src/js/controllerCliente.js
... | ... | @@ -488,7 +488,7 @@ angular.module('focaAbmCliente') |
488 | 488 | cliente.FPA = cliente.formaPago.ID; |
489 | 489 | cliente.VEN = $scope.vendedor.id; |
490 | 490 | cliente.CUIT = `${cliente.cuit1}-${cliente.cuit2}-${cliente.cuit3}`; |
491 | - cliente.idCobrador = cliente.cobrador.ID; | |
491 | + cliente.idCobrador = cliente.cobrador.id; | |
492 | 492 | |
493 | 493 | delete cliente.codigo; |
494 | 494 | delete cliente.provincia; |
src/views/foca-abm-cliente.html
... | ... | @@ -17,11 +17,14 @@ |
17 | 17 | </foca-botonera-facturador> |
18 | 18 | </div> |
19 | 19 | </div> |
20 | - <div class="col-12 col-md-12 p-0 border border-white rounded"> | |
21 | - <div class="row px-5 py-2 botonera-secundaria"> | |
22 | - <div class="col-12"> | |
23 | - <foca-botonera-facturador botones="botonera" max="6" class="row"></foca-botonera-facturador> | |
20 | + <div class="col-12 col-md-12"> | |
21 | + <div class=" mr-1 ml-1 mb-2 p-0 border border-white rounded"> | |
22 | + <div class="row px-5 py-2 botonera-secundaria"> | |
23 | + <div class="col-12"> | |
24 | + <foca-botonera-facturador botones="botonera" max="6" class="row"></foca-botonera-facturador> | |
25 | + </div> | |
26 | + </div> | |
24 | 27 | </div> |
25 | 28 | </div> |
26 | 29 | </div> |
27 | 30 | -</div> |
31 | +</div> | |
28 | 32 | \ No newline at end of file |
src/views/foca-modal-cliente.html