Merge pull request #24771 from noec764/16_FIX_Bad_link_forthirdparty

FIX: Bad link in getNomUrl
This commit is contained in:
Laurent Destailleur
2023-05-15 23:48:28 +02:00
committed by GitHub

View File

@@ -709,7 +709,7 @@ if ($resql) {
}
}
if (!empty($arrayfields['s.nom']['checked'])) {
print '<td class="tdoverflowmax200">'.$companystatic->getNomUrl(1, 'customer').'</td>';
print '<td class="tdoverflowmax200">'.$companystatic->getNomUrl(1, 'supplier').'</td>';
if (!$i) {
$totalarray['nbfield']++;
}