Commit ac35524fbc714d7fc9d7695d57c76e53b86b9b5a
1 parent
cfb11f57b4
Exists in
master
mas debug
Showing
1 changed file
with
3 additions
and
2 deletions
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', |