add number_house to new tenant
This commit is contained in:
parent
20f6aeb376
commit
8096200886
|
@ -105,6 +105,7 @@ const Inquilinos = () => {
|
||||||
let _tenants = [...tenants]
|
let _tenants = [...tenants]
|
||||||
let _tenant = { ...tenant }
|
let _tenant = { ...tenant }
|
||||||
_tenant.community_id = cookies.community_id;
|
_tenant.community_id = cookies.community_id;
|
||||||
|
_tenant.number_house = houseNumber;
|
||||||
_tenant.password = _tenant.email;
|
_tenant.password = _tenant.email;
|
||||||
console.log(_tenant)
|
console.log(_tenant)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue