We added new items in Account-Industry list but we can't organize them in alphabetical order.
I think it should be easy.. but I can't do it.
Thank you in advance.
All the best
Ilaria
We added new items in Account-Industry list but we can't organize them in alphabetical order.
I think it should be easy.. but I can't do it.
Thank you in advance.
All the best
Ilaria
in the Accounts\EditView.php file
find the line that contains: get_select_options_with_id($app_list_strings['industry_dom'],...
and surround $app_list_strings['industry_dom'] with asort()
ie: asort($app_list_strings['industry_dom'])
so all together :
get_select_options_with_id(asort($app_list_strings['industry_dom']), ....
Thanks.
All the best
Ilaria
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks