Merge pull request #355 from Ritikeshyadav/RitikeshFreeu

fixing aif seller form category issue
This commit is contained in:
Ritikeshyadav
2024-06-21 16:28:51 +05:30
committed by GitHub

View File

@@ -213,7 +213,7 @@
if (value == 'Category III') {
$('#type_of_fund').html('');
$('#type_of_fund').html(
"<select name='type_of_fund' id='type_of_fund'><option value=''>Select Type Of Fund</option><option value='Long Only Quity Funds'>Long Only Quity Funds</option><option value='Hedge Fund'>Hedge Fund</option><option value='PIPE Fund'>PIPE Fund</option><option value='Others'>Others</option></select>"
"<select name='type_of_fund' id='type_of_fund'><option value=''>Select Type Of Fund</option><option value='Long Only Equity Funds'>Long Only Equity Funds</option><option value='Hedge Fund'>Hedge Fund</option><option value='PIPE Fund'>PIPE Fund</option><option value='Others'>Others</option></select>"
);
}
})