hi,
strange things occured!!!
i removed whole line- <div class="row">
<label for="user_type"><?php _e('User type', 'veronika'); ?></label>
<div class="input-box"><i class="fa fa-industry"></i><?php UserForm::is_company_select(osc_user()); ?></div>
</div>
from user-profile, so that user cant able to choose user type,
issue occured- when i applied user as company , and that user updates his/her profile information, then automatically user type convert to user,
means to say- user as company; after updating his profile info , it becomes user, user type- user instead of company,
how to solve this strange issue,