mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Quelques amlioration sur fonction selection produit ajax:
Look: On supprime espace encombrant sous la liste. Fix: Correction problme de gestion des accents Fix: Produits en doubles selon activation et droits de categories New: Affiche message si aucun lment trouv Look: Agrandissement zone de saisie
This commit is contained in:
@@ -122,7 +122,7 @@ class modUser extends DolibarrModules
|
||||
$this->rights[$r][2] = 'w';
|
||||
$this->rights[$r][3] = 1;
|
||||
$this->rights[$r][4] = 'self';
|
||||
$this->rights[$r][5] = 'supprimer';
|
||||
$this->rights[$r][5] = 'creer';
|
||||
|
||||
$r++;
|
||||
$this->rights[$r][0] = 256;
|
||||
|
||||
Reference in New Issue
Block a user