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