Commit 3ef714ffcb3c4ebd0e1c8c489ed120a384fe8384
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !53
Showing
1 changed file
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 | } |
| ... | ... | @@ -972,6 +970,9 @@ angular.module('focaCrearHojaRuta').controller('hojaRutaCtrl', |
| 972 | 970 | $scope.cisternaMovimientos = res.movimientos; |
| 973 | 971 | $scope.articulosRecibidos = res.articulos; |
| 974 | 972 | $scope.articulos = res.articulos; |
| 973 | + $filter('filter')($scope.botonera, { | |
| 974 | + label: 'Detalle de Carga', | |
| 975 | + })[0].checked = true; | |
| 975 | 976 | }, function () { |
| 976 | 977 | //se ejecuta cuando se cancela el modal |
| 977 | 978 | }); |