Commit 8783bb386e97ec60466916c6e8a28cfb137f0943

Authored by Pablo Marco del Pont
1 parent 84ca285bed
Exists in master

linea demasiado larga.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -31,7 +31,8 @@ angular.module('focaModalNotaPedido')
31 31 };
32 32 function llenarDatos(res) {
33 33 for(var i = 0; i < res.data.length; i++) {
34   - res.data[i].precio = res.data[i].precio / parametroNotaPedido.cotizacion;
  34 + res.data[i].precio =
  35 + res.data[i].precio / parametroNotaPedido.cotizacion;
35 36 }
36 37 $scope.searchLoading = false;
37 38 $scope.primerBusqueda = true;