fix
This commit is contained in:
parent
8725f6d622
commit
51a699687b
@ -46,7 +46,7 @@ const mapApiEstablishmentToProfile = (apiData) => {
|
|||||||
uniqueLicenseNumber: data.license_number || '',
|
uniqueLicenseNumber: data.license_number || '',
|
||||||
ERN: data.ERN || '',
|
ERN: data.ERN || '',
|
||||||
industryCodeBusiness: data.industry_code || '',
|
industryCodeBusiness: data.industry_code || '',
|
||||||
industryCodeCurrent: data.isic_code || '',
|
industryCodeCurrent: data.industry_code_production || data.isic_code || '',
|
||||||
industryCodeMismatchRemarks: data.industry_code_mismatch_remarks || '',
|
industryCodeMismatchRemarks: data.industry_code_mismatch_remarks || '',
|
||||||
contactName: data.factory_name || '',
|
contactName: data.factory_name || '',
|
||||||
contactAddress: data.establishment_address || '',
|
contactAddress: data.establishment_address || '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user