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
9254f068
Commit
9254f068
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #1637 from aspangaro/develop
Salaries :: Missing key language & typo
parents
c1431bdf
bb4fed30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/modSalaries.class.php
+3
-3
3 additions, 3 deletions
htdocs/core/modules/modSalaries.class.php
htdocs/langs/en_US/admin.lang
+4
-0
4 additions, 0 deletions
htdocs/langs/en_US/admin.lang
with
7 additions
and
3 deletions
htdocs/core/modules/modSalaries.class.php
+
3
−
3
View file @
9254f068
...
...
@@ -74,10 +74,10 @@ class modSalaries extends DolibarrModules
$this
->
conflictwith
=
array
();
$this
->
langfiles
=
array
(
"salaries"
);
// Constant
e
s
// Constants
$this
->
const
=
array
();
// Bo
it
es
// Bo
x
es
$this
->
boxes
=
array
();
// Permissions
...
...
@@ -151,7 +151,7 @@ class modSalaries extends DolibarrModules
{
global
$conf
;
//
Nettoyage avant
activation
//
Clean before
activation
$this
->
remove
(
$options
);
$sql
=
array
();
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
4
−
0
View file @
9254f068
...
...
@@ -683,6 +683,10 @@ Permission401=Read discounts
Permission402=Create/modify discounts
Permission403=Validate discounts
Permission404=Delete discounts
Permission510=Read Salaries
Permission512=Create/modify salaries
Permission514=Delete salaries
Permission517=Export salaries
Permission531=Read services
Permission532=Create/modify services
Permission534=Delete services
...
...
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