From fbf7f8b8bc3dbfddcf9a793c2bbed670f0e5ed20 Mon Sep 17 00:00:00 2001 From: atm-lena Date: Thu, 8 Dec 2022 08:47:33 +0100 Subject: [PATCH] FIX Propal List : alias name / Company display --- htdocs/comm/propal/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index 69ab7f773aa..bde221dad24 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -1784,7 +1784,7 @@ if ($resql) { // Thirdparty if (!empty($arrayfields['s.nom']['checked'])) { print ''; - print $companystatic->getNomUrl(1, 'customer'); + print $companystatic->getNomUrl(1, 'customer',0,0,1,empty($arrayfields['s.name_alias']['checked']) ? 0 : 1); print ''; if (!$i) { $totalarray['nbfield']++;