Commit ef9fbbac36f71e04f8b0dfb88039dfbe4ae47422
1 parent
4f01e66a44
Exists in
master
pre commit
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -215,7 +215,8 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
215 | 215 | $scope.comprobante = rellenar(res.data.numeroNotaPedido, 8); |
216 | 216 | }, |
217 | 217 | function(err) { |
218 | - focaModalService.alert('La terminal no esta configurada correctamente'); | |
218 | + focaModalService.alert( | |
219 | + 'La terminal no esta configurada correctamente'); | |
219 | 220 | console.info(err); |
220 | 221 | } |
221 | 222 | ); |
... | ... | @@ -339,8 +340,8 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
339 | 340 | // funcion ejecutada cuando se cancela el modal |
340 | 341 | } |
341 | 342 | ); |
342 | - } | |
343 | - | |
343 | + }; | |
344 | + | |
344 | 345 | $scope.seleccionarArticulo = function() { |
345 | 346 | if ($scope.idLista === undefined) { |
346 | 347 | focaModalService.alert( |