Merge pull request #18370 from cfoellmann/fix-link-supplier

fix link to supplier card of thirdparty on supplier_order list
This commit is contained in:
Laurent Destailleur 2021-08-11 15:44:00 +02:00 committed by GitHub
commit dd5f2dd3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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