Commit 023456fa45d18f20928d8df772b277ca85d7c29b

Authored by Marcelo Puebla
1 parent c0a784cff9
Exists in master

borrado de variable.

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);