2
0
forked from Wavyzz/dolibarr

Fix : getRights has been replaced by loadRights in V20

This commit is contained in:
Maxime Kohlhaas
2025-01-09 18:33:26 +01:00
parent 76c98a4666
commit 9535baf6d2
4 changed files with 5 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ for ($s = 0; $s < GEN_NUMBER_COMMANDE; $s++) {
$fuser = new User($db);
$fuser->fetch($listofuserid[mt_rand(0, 2)]);
$fuser->getRights();
$fuser->loadRights();
$db->begin();