Commit 0161d617f55367f1e75f5f1df1946d4acc73c1e1
1 parent
023456fa45
Exists in
master
and in
2 other branches
Metodo comentado.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -40,6 +40,7 @@ angular.module('focaHojaRuta') |
40 | 40 | if (res.data) { |
41 | 41 | var hojaRuta = res.data; |
42 | 42 | $scope.hojaRuta = hojaRuta; |
43 | + $scope.hojaRuta.abierta = true; | |
43 | 44 | $scope.puntoVenta = hojaRuta.sucursal; |
44 | 45 | $scope.comprobante = hojaRuta.numeroHojaRuta; |
45 | 46 | addCabecera('Transportista:', hojaRuta.transportista.NOM); |