From 60409c8fffaee8f8f09b9422015f4eb08614d98b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Nov 2023 22:26:56 +0100 Subject: [PATCH] Look and feel --- htdocs/product/price.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 72db823f306..f1d3e7efefb 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -2426,8 +2426,9 @@ if (getDolGlobalString('PRODUIT_CUSTOMER_PRICES')) { // User $userstatic = new User($db); $userstatic->fetch($line->fk_user); + // @TODO Add a cache on $users object print ''; - print $userstatic->getNomUrl(1, '', 0, 0, 24, 0, 'login'); + print $userstatic->getNomUrl(-1, '', 0, 0, 24, 0, 'login'); print ''; // Todo Edit or delete button