|
@@ -87,6 +87,7 @@ const CompanyList: React.FC<ListProps> = ({ schema, dispatch, accountTypeList })
|
|
|
account: record.account,
|
|
|
name: record.name,
|
|
|
gender: record.gender,
|
|
|
+ phone: record.phone,
|
|
|
institutionID: record.institution.ID,
|
|
|
accountType: record.accountType
|
|
|
}
|
|
@@ -168,7 +169,10 @@ const CompanyList: React.FC<ListProps> = ({ schema, dispatch, accountTypeList })
|
|
|
// ...record,
|
|
|
institution: null,
|
|
|
ID: record.ID,
|
|
|
+ account: record.account,
|
|
|
name: record.name,
|
|
|
+ gender: record.gender,
|
|
|
+ phone: record.phone,
|
|
|
institutionID: record.institution.ID,
|
|
|
accountType: record.accountType
|
|
|
}
|