Skip to content

Commit

Permalink
feat: ✨ Support portal right for income
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Jan 18, 2025
1 parent 9efc192 commit 8dc24f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calculation/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"fr": "Salaire"
},
"rights": {
"read": "152101",
"read": ["152101","154101"],
"write": "152102",
"update": "152103",
"replace": "152103",
Expand All @@ -93,7 +93,7 @@
"fr": "Salaire"
},
"rights": {
"read": "150201",
"read": ["152101","154101"],
"write": "150202",
"update": "150203",
"replace": "150206",
Expand Down

0 comments on commit 8dc24f6

Please sign in to comment.