Commit 8e9196cac3a8a2e1ff9174959b89d0ca4b9fd0e3

Authored by Luigi
1 parent 8e4e9ff125
Exists in master

Seleccionar detalle de carga

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -724,8 +724,6 @@ angular.module('focaCrearHojaRuta').controller('hojaRutaCtrl',
724 724 $filter('filter')($scope.botonera, {
725 725 label: 'Chofer',
726 726 })[0].checked = true;
727   - $scope.mostrarDetalle($scope.hojaRuta);
728   -
729 727 }, function () {
730 728 // funcion ejecutada cuando se cancela el modal
731 729 }