Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
aca2afcf
Commit
aca2afcf
authored
18 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Ajout du droit "consulter les fournisseurs" pour les commerciaux externes
parent
adda75da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/includes/modules/modFournisseur.class.php
+7
-0
7 additions, 0 deletions
htdocs/includes/modules/modFournisseur.class.php
htdocs/langs/en_US/admin.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/admin.lang
htdocs/langs/fr_FR/admin.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/fr_FR/admin.lang
with
9 additions
and
0 deletions
htdocs/includes/modules/modFournisseur.class.php
+
7
−
0
View file @
aca2afcf
...
...
@@ -105,6 +105,13 @@ class modFournisseur extends DolibarrModules
$this
->
rights_class
=
'fournisseur'
;
$r
=
0
;
$r
++
;
$this
->
rights
[
$r
][
0
]
=
180
;
$this
->
rights
[
$r
][
1
]
=
'Consulter les fournisseurs'
;
$this
->
rights
[
$r
][
2
]
=
'r'
;
$this
->
rights
[
$r
][
3
]
=
1
;
$this
->
rights
[
$r
][
4
]
=
'lire'
;
$r
++
;
$this
->
rights
[
$r
][
0
]
=
181
;
$this
->
rights
[
$r
][
1
]
=
'Lire les commandes fournisseur'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
1
−
0
View file @
aca2afcf
...
...
@@ -201,6 +201,7 @@ Permission162=Create/modify contracts
Permission163=Activate a service of a contract
Permission164=Disable a service of a contract
Permission165=Delete contracts
Permission180=Read suppliers
Permission181=Read supplier orders
Permission182=Create/modify supplier orders
Permission183=Validate supplier orders
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/admin.lang
+
1
−
0
View file @
aca2afcf
...
...
@@ -201,6 +201,7 @@ Permission162=Cr
Permission163=Activer les services d'un contrat
Permission164=Désactiver les services d'un contrat
Permission165=Supprimer les contrats
Permission180=Consulter les fournisseurs
Permission181=Consulter les commandes fournisseurs
Permission182=Créer/modifier les commandes fournisseurs
Permission183=Valider les commandes fournisseur
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment