isic bulk upload issue fixed
This commit is contained in:
parent
d3389a5529
commit
68cb2d3ae3
@ -1887,6 +1887,7 @@ exports.establishmentBulkUpload = async (req, res) => {
|
||||
permanent_factory_code: r.permanent_factory_code || null,
|
||||
industry_code: r.industry_code_business_register || null,
|
||||
industry_code_production: r.industry_code_current_production || null,
|
||||
isic_code: r.industry_code_current_production || null,
|
||||
industry_code_mismatch_remarks: r.industry_code_mismatch_remarks || null,
|
||||
description: r.description || null,
|
||||
establishment_address: r.establishment_address || null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user