Commit 41e1241210b6c114f8a08b2c9fda0ae5e96cb7da
1 parent
7348127e2b
Exists in
master
Borrado de espacio.
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -589,7 +589,7 @@ angular.module('focaCrearFactura').controller('facturaController', [ | 
| 589 | 589 | $scope.factura.despachos.push(despacho); | 
| 590 | 590 | }) | 
| 591 | 591 | .catch(function (err) { | 
| 592 | - | |
| 592 | + | |
| 593 | 593 | console.error(err); | 
| 594 | 594 | focaModalService.alert('El despacho esta en uso'); | 
| 595 | 595 | }); |