diff --git a/index.html b/index.html index 5737ab5..08b9e62 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ + diff --git a/package.json b/package.json index 46631c7..7191804 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", + "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", diff --git a/src/js/app.js b/src/js/app.js index ef77f55..4cf7eeb 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -16,6 +16,7 @@ angular.module('appWrapperDemo', [ 'focaAbmSectores', 'focaAbmVehiculo', 'focaAbmChofer', + 'focaAbmVendedorCobrador', 'focaAdminSeguimiento', 'focaBotoneraFacturador', 'focaBotoneraLateral',