fix link to supplier card of thirdparty on supplier_order list

This commit is contained in:
Christian Foellmann 2021-08-09 15:39:04 +02:00
parent 029da815b2
commit e4cb1e023a

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']++;