Commit 5555ef98c44aa86df752a3bd47da21ef35e04c57
1 parent
18d689890f
Exists in
develop
arreglo de espacios
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controllerMail.js
... | ... | @@ -43,7 +43,7 @@ angular.module('focaModal') |
43 | 43 | $scope.esperando = false; |
44 | 44 | }); |
45 | 45 | }; |
46 | - $scope.enviarComprobante = function(){ | |
46 | + $scope.enviarComprobante = function () { | |
47 | 47 | var rutaEnvioComprobante; |
48 | 48 | rutaEnvioComprobante = $scope.checkboxVar === true ? options.envioSinValorizar : options.envio; |
49 | 49 | enviarCorreo(rutaEnvioComprobante, 13); |