FIX Propal List : alias name / Company display

This commit is contained in:
atm-lena 2022-12-08 08:47:33 +01:00
parent 9fef8b7dc2
commit fbf7f8b8bc

View File

@ -1784,7 +1784,7 @@ if ($resql) {
// Thirdparty // Thirdparty
if (!empty($arrayfields['s.nom']['checked'])) { if (!empty($arrayfields['s.nom']['checked'])) {
print '<td class="tdoverflowmax150">'; print '<td class="tdoverflowmax150">';
print $companystatic->getNomUrl(1, 'customer'); print $companystatic->getNomUrl(1, 'customer',0,0,1,empty($arrayfields['s.name_alias']['checked']) ? 0 : 1);
print '</td>'; print '</td>';
if (!$i) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;