diff --git a/index.html b/index.html
index b39cd62..401885b 100644
--- a/index.html
+++ b/index.html
@@ -71,6 +71,7 @@
+
diff --git a/package.json b/package.json
index 5a1b8c7..274a8df 100644
--- a/package.json
+++ b/package.json
@@ -51,6 +51,7 @@
"foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git",
"foca-modal-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-chofer.git",
"foca-modal-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobrador.git",
+ "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git",
"foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git",
"foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git",
"foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git",
diff --git a/src/js/app.js b/src/js/app.js
index da782d6..6cc5259 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -33,6 +33,7 @@ angular.module('appWrapperDemo', [
'focaModalCheque',
'focaModalChofer',
'focaModalCobradores',
+ 'focaModalCobranza',
'focaModalCotizacion',
'focaModalDetalleHojaRuta',
'focaModalDomicilio',