From 366409138cb124af7ebfe23d9ee7f435a36fae07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Courtier?= Date: Mon, 15 May 2023 11:30:33 +0200 Subject: [PATCH] FIX: Bad link in getNomUrl --- htdocs/fourn/facture/list-rec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/list-rec.php b/htdocs/fourn/facture/list-rec.php index f876462e15f..386d61e4044 100644 --- a/htdocs/fourn/facture/list-rec.php +++ b/htdocs/fourn/facture/list-rec.php @@ -708,7 +708,7 @@ if ($resql) { } } if (!empty($arrayfields['s.nom']['checked'])) { - print ''.$companystatic->getNomUrl(1, 'customer').''; + print ''.$companystatic->getNomUrl(1, 'supplier').''; if (!$i) { $totalarray['nbfield']++; }