Commit 138d60d6dd32e2bec5af1eaaeab72b81adc77ddf

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !19
src/js/controller.js
... ... @@ -27,7 +27,7 @@ angular.module('focaModalPuntoDescarga')
27 27 articulo.restante = articulo.cantidad;
28 28 });
29 29 actualizarTabla();
30   - cargarPuntos(filters.puntosDescarga);
  30 + // cargarPuntos(filters.puntosDescarga);
31 31  
32 32 $scope.cancel = function() {
33 33 if($scope.ingreso) {