diff --git a/index.html b/index.html index 8b9e780..ebf0324 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,7 @@ - + diff --git a/package.json b/package.json index 356a750..7a99d2b 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", + "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git", "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", "foca-modal-banco": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-banco.git", "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", diff --git a/src/js/app.js b/src/js/app.js index 9102ced..263bbba 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -58,5 +58,6 @@ angular.module('appWrapperDemo', [ 'focaModalVendedores', 'focaNombreEmpresa', 'focaSeguimiento', - 'focaTeclado' + 'focaTeclado', + 'focaLogisticaPedidoRuta' ]); diff --git a/src/sass/_admin-seguimiento.scss b/src/sass/_admin-seguimiento.scss index a6f1a91..955cea7 100644 --- a/src/sass/_admin-seguimiento.scss +++ b/src/sass/_admin-seguimiento.scss @@ -5,3 +5,10 @@ } } } +.foca-logistica-pedido-ruta { + foca { + &>div { + height: 400px; + } + } +}