isic bulk upload issue fixed

This commit is contained in:
unknown 2026-01-21 13:30:26 +05:30
parent d3389a5529
commit 68cb2d3ae3

View File

@ -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,