diff --git a/index.html b/index.html
index 2847f35..988e849 100644
--- a/index.html
+++ b/index.html
@@ -36,6 +36,7 @@
+
@@ -46,6 +47,8 @@
+
+
diff --git a/package.json b/package.json
index 1554efa..fe5e8e7 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,7 @@
"foca-busqueda-cliente": "git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git",
"foca-configuracion": "git+https://debo.suite.repo/modulos-npm/foca-configuracion.git",
"foca-crear-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido.git",
+ "foca-crear-remito": "git+https://debo.suite.repo/modulos-npm/foca-crear-remito.git",
"foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git",
"foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git",
"foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal",
@@ -44,8 +45,10 @@
"foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git",
"foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git",
"foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git",
+ "foca-modal-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-modal-nota-pedido.git",
"foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git",
"foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git",
+ "foca-modal-remito": "git+https://debo.suite.repo/modulos-npm/foca-modal-remito.git",
"foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git",
"foca-seguimiento": "git+https://debo.suite.repo/modulos-npm/foca-seguimiento.git",
"foca-teclado": "git+https://debo.suite.repo/modulos-npm/foca-teclado.git",
diff --git a/src/js/app.js b/src/js/app.js
index 6552a07..520b8e7 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -19,6 +19,7 @@ angular.module('appWrapperDemo', [
'focaBusquedaProductos',
'focaConfiguracion',
'focaCrearNotaPedido',
+ 'focaCrearRemito',
'focaDirectivas',
'focaLogin',
'focaModal',
@@ -26,8 +27,10 @@ angular.module('appWrapperDemo', [
'focaModalDomicilio',
'focaModalFlete',
'focaModalMoneda',
+ 'focaModalNotaPedido',
'focaModalPrecioCondicion',
'focaModalProveedor',
+ 'focaModalRemito',
'focaModalVendedores',
'focaSeguimiento',
'focaTeclado',