Commit b3172e58149b3b7fb442cfc2a228be3285bb94aa
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !20
Showing
1 changed file
Show diff stats
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) { |