From f498280e8ea8ea6f3fe51d2f632f7a3c2d12e2e1 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Tue, 19 Jul 2022 18:30:27 -0600 Subject: [PATCH] =?UTF-8?q?agregar=20n=C3=BAmero=20de=20vivienda=20a=20"da?= =?UTF-8?q?ta"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-ui/web-react/src/components/Inquilinos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web-ui/web-react/src/components/Inquilinos.js b/web-ui/web-react/src/components/Inquilinos.js index 5f63745b..923f9c9c 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -6,6 +6,7 @@ const Inquilinos = () => { function registrarInquilino() { let data = { email: document.getElementById('correo_electronico').value, + numero_vivienda: document.getElementById('numero_vivienda').value, user_type: '3', status: '1', }