Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list.php #30254

Merged
merged 7 commits into from
Jul 16, 2024
Merged

Update list.php #30254

merged 7 commits into from
Jul 16, 2024

Commits on Jul 3, 2024

  1. Update list.php

    Added condition to include client code in the search when the global variable SOCIETE_ADD_REF_IN_LIST is set to 1.
    
    - Modified the SQL query to include 's.code_client' in the search conditions.
    - Added check for the global variable SOCIETE_ADD_REF_IN_LIST.
    - If SOCIETE_ADD_REF_IN_LIST is 1, 's.code_client' is included in the search along with 's.nom' and 's.name_alias'.
    - Ensured that 's.code_client' is searched separately only when SOCIETE_ADD_REF_IN_LIST is 1 and 'search_societe' is not defined.
    elfibro authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a750ad1 View commit details
    Browse the repository at this point in the history
  2. Update list.php

    elfibro authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    de501a4 View commit details
    Browse the repository at this point in the history
  3. Update list.php

    elfibro authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9d907e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Update list.php

    Refactor: Replace conf->global->SOCIETE_ADD_REF_IN_LIST with getDolGlobalString('SOCIETE_ADD_REF_IN_LIST')
    elfibro authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    23396ec View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    03dc2fd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update list.php

    Simplified SOCIETE_ADD_REF_IN_LIST retrieval
    
    Replaced conditional retrieval with getDolGlobalInt('SOCIETE_ADD_REF_IN_LIST') to simplify code and pass tests.
    elfibro authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    81e24ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad62c4 View commit details
    Browse the repository at this point in the history