From be1230b126543c462243b756476944dd9cec986b Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 10 Dec 2018 14:57:49 -0300 Subject: [PATCH] modal cobranzas --- index.html | 1 + package.json | 1 + src/js/app.js | 1 + 3 files changed, 3 insertions(+) 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', -- 1.9.1