Commit f1b3ae1d81c90eb45419d9046c8163c632fb9f80
1 parent
d59ba6059b
Exists in
master
Borrado de comentarios y console.log
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -15,7 +15,6 @@ angular.module('focaModalDescarga') |
15 | 15 | focaModalDetalleHojaRutaService, focaSeguimientoService) { |
16 | 16 | |
17 | 17 | //#region variables |
18 | - console.log(remito); | |
19 | 18 | $scope.remito = {}; |
20 | 19 | $scope.remito = remito; |
21 | 20 | $scope.nroRecibo = 0; |
... | ... | @@ -101,9 +100,6 @@ angular.module('focaModalDescarga') |
101 | 100 | $scope.articulos.push(cisterna.cisternaCarga.articulo); |
102 | 101 | total += cisterna.cisternaCarga.articulo.PreVen * cisterna.cisternaCarga.descargar; |
103 | 102 | }); |
104 | - // for (var i = 0; i < articulos.length; i++) { | |
105 | - // total += articulos[i].PreVen * articulos[i].cantidad; | |
106 | - // } | |
107 | 103 | return parseFloat(total.toFixed(2)); |
108 | 104 | }; |
109 | 105 | function descargar(idRemito) { |
... | ... | @@ -176,7 +172,6 @@ angular.module('focaModalDescarga') |
176 | 172 | return false; |
177 | 173 | }; |
178 | 174 | $scope.seleccionarCliente = function () { |
179 | - | |
180 | 175 | var modalInstance = $uibModal.open( |
181 | 176 | { |
182 | 177 | ariaLabelledBy: 'Busqueda de Cliente', |