Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Feb 26, 2024
1 parent b4ea234 commit 72897c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/contact/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2018 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2019 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2019 Frédéric France <frederic.france@free.fr>
* Copyright (C) 2019 Josep Lluís Amador <joseplluis@lliuretic.cat>
* Copyright (C) 2020 Open-Dsi <support@open-dsi.fr>
*
Expand Down Expand Up @@ -1629,6 +1629,8 @@
$option_link = 'customer';
if ($objsoc->client == 0 && $objsoc->fournisseur > 0) {
$option_link = 'supplier';
} elseif ($objsoc->client == 0 && $objsoc->fournisseur == 0) {
$option_link = '';
}
if ($contextpage == 'poslist') {
print $objsoc->name;
Expand Down

0 comments on commit 72897c6

Please sign in to comment.