mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
modif gestion limite_liste
This commit is contained in:
parent
3113df6532
commit
9268151af3
|
|
@ -151,7 +151,7 @@ else
|
|||
$conf->liste_limit=20;
|
||||
}
|
||||
|
||||
if ($user->limite_liste <> $conf->liste_limit)
|
||||
if ($user->limite_liste > 0)
|
||||
{
|
||||
$conf->liste_limit = $user->limite_liste;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user