Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
b69dff07
Commit
b69dff07
authored
May 16, 2022
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Remise en place du label sur le taux de charges
parent
125aea0f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/Intervenant/src/Form/StatutSaisieForm.php
+16
-14
16 additions, 14 deletions
module/Intervenant/src/Form/StatutSaisieForm.php
with
16 additions
and
14 deletions
module/Intervenant/src/Form/StatutSaisieForm.php
+
16
−
14
View file @
b69dff07
...
...
@@ -26,6 +26,7 @@ class StatutSaisieForm extends AbstractForm
'prioritaireIndicateurs'
=>
'Ces intervenants, prioritaires, seront mis en évidence au niveau des indicateurs'
,
'serviceStatutaire'
=>
'Nombre d\'heures de service statutaire'
,
'depassementServiceDuSansHC'
=>
'Le dépassement du service statutaire n\'occasionne aucune heure complémentaire'
,
'tauxChargesPatronales'
=>
'Taux de charges patronales'
,
'dossier'
=>
''
,
'servicePrevu'
=>
'Prévisionnel'
,
'serviceRealise'
=>
'Réalisé'
,
...
...
@@ -118,6 +119,7 @@ class StatutSaisieForm extends AbstractForm
'hydrator'
=>
[
'getter'
=>
function
(
Statut
$statut
,
string
$name
)
{
$taux
=
$statut
->
getTauxChargesPatronales
();
return
$taux
*
100
;
},
'setter'
=>
function
(
Statut
$statut
,
$value
,
string
$name
)
{
...
...
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