From 2278ca1da02e8473695340baaaa11db8734b7bc9 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 21 Dec 2018 17:37:58 -0300 Subject: [PATCH] agrego foca-modal-lista-precio --- 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 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', -- 1.9.1