Commit 001d0565a7a09e5579723da9fc9f1b32f52578e4
1 parent
62999119d6
Exists in
master
fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -704,7 +704,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 704 | 704 | ], |
| 705 | 705 | size: 'md' |
| 706 | 706 | }; |
| 707 | - focaModalService.modal(parametrosModal).result.then( | |
| 707 | + focaModalService.modal(parametrosModal).then( | |
| 708 | 708 | function(moneda) { |
| 709 | 709 | $scope.abrirModalCotizacion(moneda); |
| 710 | 710 | }, function() { |