diff --git a/index.html b/index.html
index 70c0c88..274a0a4 100644
--- a/index.html
+++ b/index.html
@@ -58,6 +58,7 @@
+
diff --git a/package.json b/package.json
index 8fbfda6..97f678a 100644
--- a/package.json
+++ b/package.json
@@ -62,6 +62,7 @@
"foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git",
"foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git",
"foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git",
+ "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git",
"foca-modal-localidad": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localidad.git",
"foca-modal-moneda": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-moneda.git",
"foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git",
diff --git a/src/js/app.js b/src/js/app.js
index 263bbba..3a40276 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -44,6 +44,7 @@ angular.module('appWrapperDemo', [
'focaModalEfectivo',
'focaModalFactura',
'focaModalFlete',
+ 'focaModalListaPrecio',
'focaModalLocalidad',
'focaModalMoneda',
'focaModalNotaPedido',