Commit 60c71d02611c45361e29d58e2e1a8602197757eb
Exists in
master
and in
2 other branches
Merge branch 'master' into 'develop'
Master See merge request !20
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -40,7 +40,6 @@ angular.module('focaHojaRuta') |
40 | 40 | if (res.data) { |
41 | 41 | var hojaRuta = res.data; |
42 | 42 | $scope.hojaRuta = hojaRuta; |
43 | - $scope.hojaRuta.abierta = true; | |
44 | 43 | $scope.puntoVenta = hojaRuta.sucursal; |
45 | 44 | $scope.comprobante = hojaRuta.numeroHojaRuta; |
46 | 45 | addCabecera('Transportista:', hojaRuta.transportista.NOM); |