Merge pull request #355 from Ritikeshyadav/RitikeshFreeu
fixing aif seller form category issue
This commit is contained in:
@@ -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>"
|
||||
);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user