diff --git a/ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php b/ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php new file mode 100644 index 00000000..7742225e --- /dev/null +++ b/ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php @@ -0,0 +1,24 @@ +
+
+ +
+
\ No newline at end of file diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js index 7ffb7b50..f785fcb6 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js @@ -19,6 +19,7 @@ class Direcciones { $("#clienteId").on('change', this.#handleChangeCliente.bind(this)); + this.domItem.load('../../components/direcciones.html'); this.direcciones.init(); }