Commit 40bff8f951a3f3856921bb83eaa258840a9b409b
1 parent
bbc1cafa80
Exists in
master
and in
1 other branch
Cambio total calculo dolares y euros
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -193,8 +193,6 @@ angular.module('focaCrearRemito') .controller('remitoController', |
193 | 193 | } |
194 | 194 | |
195 | 195 | $scope.remito.articulosRemito = notaPedido.articulosNotaPedido; |
196 | - remitoBusinessService.calcularArticulos($scope.remito.articulosRemito, | |
197 | - notaPedido.cotizacion.VENDEDOR); | |
198 | 196 | |
199 | 197 | if (notaPedido.idPrecioCondicion > 0) { |
200 | 198 | $scope.idLista = notaPedido.precioCondicion.idListaPrecio; |
... | ... | @@ -1039,8 +1037,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
1039 | 1037 | cabeceras.push(cabeceraBomba); |
1040 | 1038 | } |
1041 | 1039 | $scope.remito.articulosRemito = remito.articulosRemito; |
1042 | - remitoBusinessService.calcularArticulos($scope.remito.articulosRemito, | |
1043 | - remito.cotizacion.VENDEDOR); | |
1040 | + | |
1044 | 1041 | if (remito.idPrecioCondicion > 0) { |
1045 | 1042 | $scope.idLista = remito.precioCondicion.idListaPrecio; |
1046 | 1043 | } else { |