remover información innecesaria en registro inicial de inquilino
This commit is contained in:
parent
d119fb68de
commit
c5bfd00350
|
@ -103,13 +103,8 @@ const Inquilinos = () => {
|
||||||
|
|
||||||
function registrarInquilino() {
|
function registrarInquilino() {
|
||||||
let data = {
|
let data = {
|
||||||
dni: document.getElementById('identificacion').value,
|
|
||||||
name: document.getElementById('nombre').value,
|
|
||||||
last_name: document.getElementById('apellidos').value,
|
|
||||||
phone: document.getElementById('telefono').value,
|
|
||||||
email: document.getElementById('correo_electronico').value,
|
email: document.getElementById('correo_electronico').value,
|
||||||
community_id: document.getElementById('numero_vivienda').value,
|
community_id: document.getElementById('numero_vivienda').value,
|
||||||
password: document.getElementById('password').value,
|
|
||||||
user_type: '3',
|
user_type: '3',
|
||||||
status: '1',
|
status: '1',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue