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