Commit 6f54fcdae6900ffa03cb06eb36c5fc990734f992

Authored by Eric Fernandez
1 parent 855cbfb21e
Exists in master and in 2 other branches develop, lab

no comments

Showing 1 changed file with 0 additions and 16 deletions   Show diff stats
src/js/controller.js
... ... @@ -1002,22 +1002,6 @@ angular.module('focaCrearHojaRuta').controller('hojaRutaCtrl',
1002 1002 label: 'Fecha de entrega: ',
1003 1003 valor: fecha.toLocaleDateString()
1004 1004 });
1005   - //habilitar los otros botones
1006   - // var temp = [];
1007   - // if ($scope.botonera.length > 1) {
1008   - // limpiarBotonera($scope.botonera);
1009   - // } else if ($scope.precargado) {
1010   - // temp = focaCrearHojaRutaService.getBotoneraPrecargado();
1011   - // modalVehiculos(true);
1012   - // } else if ($scope.cargaRemito && $scope.precargado === false) {
1013   - // temp = focaCrearHojaRutaService.getBotoneraCargarRemito();
1014   - // } else {
1015   - // temp = focaCrearHojaRutaService.getBotoneraCargarRemito();
1016   - // modalVehiculos(true);
1017   - // }
1018   - // temp.forEach(function (e) {
1019   - // $scope.botonera.push(e);
1020   - // });
1021 1005  
1022 1006 $filter('filter')($scope.botonera, {
1023 1007 label: 'Fecha Entrega',