Commit be1230b126543c462243b756476944dd9cec986b
1 parent
afdac2fb58
Exists in
master
modal cobranzas
Showing
3 changed files
with
3 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -71,6 +71,7 @@ |
71 | 71 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> |
72 | 72 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
73 | 73 | <script src="./node_modules/foca-modal-cobrador/dist/foca-modal-cobradores.min.js"></script> |
74 | + <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> | |
74 | 75 | |
75 | 76 | <script src="./src/js/app.js"></script> |
76 | 77 | <script src="./src/js/controller.js"></script> |
package.json
... | ... | @@ -51,6 +51,7 @@ |
51 | 51 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", |
52 | 52 | "foca-modal-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-chofer.git", |
53 | 53 | "foca-modal-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobrador.git", |
54 | + "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", | |
54 | 55 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", |
55 | 56 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", |
56 | 57 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", |
src/js/app.js