This commit is contained in:
sriramv 2022-05-02 15:58:45 +05:30
parent aac1936f47
commit 10b1577c86

View File

@ -21,26 +21,26 @@ exports.SectionList = async (req, res) =>
section_name_obj = {
section1_key : "GeneralSection" ,
section1_name : "General Section" ,
section2_key : "FundRequirement",
section2_name : "Fund Requirement",
section3_key : "DetailsOfKeyShareHolder",
section3_name : "Details Of Key ShareHolder",
section4_key : "BreifOfBusiness",
section4_name : "Breif Of Business",
section5_key : "FinancialInformation",
section5_name : "Financial Information",
section6_key : "PropertyInformation",
section6_name : "Property Information",
section2_key : "FundRequirements",
section2_name : "Fund Requirements",
section3_key : "DetailsOfKeyShareHolders",
section3_name : "Details Of Key Share Holders",
section4_key : "BreifOfBusinesses",
section4_name : "Breif Of Businesses",
section5_key : "FinancialInformations",
section5_name : "Financial Informations",
section6_key : "PropertyInformations",
section6_name : "Property Informations",
section7_key : "FinalRemarks",
section7_name : "Final Remarks",
section8_key : "OfficerDetails",
section8_name : "Officer Details",
section9_key : "Photograph",
section9_name : "Photograph",
section10_key : "InstitutionDetail",
section10_name : "Institution Detail",
section11_key : "ProductInformation",
section11_name : "Product Information",
section9_key : "Photographs",
section9_name : "Photographs",
section10_key : "InstitutionDetails",
section10_name : "Institution Details",
section11_key : "ProductInformations",
section11_name : "Product Informations",
};
if(data.length > 0)