Commit 93354f3ec589ce07f5b02b44ee14c5104a73a080

Authored by Marcelo Puebla
1 parent 577a371ed7
Exists in develop

Fix

No encontraba remitos al buscar
(Incidencia 52)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -63,7 +63,7 @@ angular.module('focaModalRemito')
63 63 $scope.searchLoading = false;
64 64 $scope.primerBusqueda = true;
65 65 $scope.remitos = res.data;
66   - $scope.search(true);
  66 + $scope.searchRemito(true);
67 67 primera();
68 68 }
69 69