Results 1 to 3 of 3

Thread: Alphabetical order

  1. #1
    Ilaria is offline Junior Member
    Join Date
    Oct 2006
    Posts
    2

    Default Alphabetical order

    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

  2. #2
    elRey is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    80

    Default Re: Alphabetical order

    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']), ....

  3. #3
    Ilaria is offline Junior Member
    Join Date
    Oct 2006
    Posts
    2

    Thumbs up Re: Alphabetical order

    Thanks.
    All the best
    Ilaria

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •