From 009288ad4dcf5bd82207f28bf4f1fcf421d66bff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 7 Mar 2023 13:45:14 +0100 Subject: [PATCH] Look and feel --- htdocs/fourn/facture/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php index 8fe15381a96..2baa2cade8c 100644 --- a/htdocs/fourn/facture/list.php +++ b/htdocs/fourn/facture/list.php @@ -1771,7 +1771,7 @@ while ($i < $imaxinloop) { if (!empty($arrayfields['u.login']['checked'])) { print ''; if ($userstatic->id) { - print $userstatic->getLoginUrl(-1); + print $userstatic->getNomUrl(-1); } else { print ' '; }