Commit b3172e58149b3b7fb442cfc2a228be3285bb94aa

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

Merge branch 'master' into 'develop'

Master

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