Commit 64c2ee606a4bc3bb34542ba9e4803b86763e011d
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(efernandez) See merge request !2
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -19,7 +19,7 @@ angular.module('focaAutorizarHojaRuta') |
19 | 19 | |
20 | 20 | focaAutorizarHojaRutaService.getNotasPedido($scope.fechaDesde.toISOString().split('.')[0], |
21 | 21 | $scope.fechaHasta.toISOString().split('.')[0]).then(function(res) { |
22 | - $scope.notasPedido = res.data.slice(0, 7); | |
22 | + $scope.notasPedido = res.data.slice(0, 4); | |
23 | 23 | }); |
24 | 24 | |
25 | 25 | $scope.getSeleccionados = function() { |