Commit 50fe73de1f2f6754bc80c55a2daf8e6185e4f155
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !11
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -211,7 +211,8 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 211 | 211 | }; |
| 212 | 212 | focaCrearCobranzaService.guardarCobranza(cobranza).then(function(result) { |
| 213 | 213 | focaModalService.alert('Cobranza guardada con éxito'); |
| 214 | - | |
| 214 | + console.info(result); | |
| 215 | + | |
| 215 | 216 | console.info({ |
| 216 | 217 | numero: result.data.numero, |
| 217 | 218 | actividad: 'Cobranza', |
| ... | ... | @@ -223,7 +224,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 223 | 224 | 'Total: ' + $filter('currency')($scope.getTotalCobrado()), |
| 224 | 225 | sucursal: result.data.sucursal |
| 225 | 226 | }); |
| 226 | - | |
| 227 | + | |
| 227 | 228 | focaSeguimientoService.guardarPosicion( |
| 228 | 229 | result.data.numero, |
| 229 | 230 | 'Cobranza', |