Commit 230e8c1095da856e3c73e35a627eadff97156701

Authored by Eric Fernandez
1 parent a738ae3d0e
Exists in master

fix

Showing 1 changed file with 0 additions and 1 deletions   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);