Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
6adea703
Commit
6adea703
authored
Jan 17, 2025
by
Yvon Kerdoncuff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
via l'association -> via l'organisme
parent
692f0420
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
PrestataireInfosFormType.php
src/Form/Type/PrestataireInfosFormType.php
+1
-1
No files found.
src/Form/Type/PrestataireInfosFormType.php
View file @
6adea703
...
@@ -98,7 +98,7 @@ class PrestataireInfosFormType extends AbstractType
...
@@ -98,7 +98,7 @@ class PrestataireInfosFormType extends AbstractType
// If a paying entity is defined, add to to help message
// If a paying entity is defined, add to to help message
$payingEntity
=
$this
->
em
->
getRepository
(
GlobalParameter
::
class
)
->
val
(
GlobalParameter
::
PAYING_ENTITY_NAME
);
$payingEntity
=
$this
->
em
->
getRepository
(
GlobalParameter
::
class
)
->
val
(
GlobalParameter
::
PAYING_ENTITY_NAME
);
$payingEntityMsg
=
(
$payingEntity
!==
null
&&
$payingEntity
!==
''
)
?
"(via l'
association
{
$payingEntity
}
)"
:
""
;
$payingEntityMsg
=
(
$payingEntity
!==
null
&&
$payingEntity
!==
''
)
?
"(via l'
organisme
{
$payingEntity
}
)"
:
""
;
$helpMsqg
=
"Fréquence à laquelle je souhaite que la caisse commune de l'alimentation
{
$payingEntityMsg
}
"
$helpMsqg
=
"Fréquence à laquelle je souhaite que la caisse commune de l'alimentation
{
$payingEntityMsg
}
"
.
" me verse en euros la somme des
{
$mlcName
}
encaissées dans mon point de vente "
.
" me verse en euros la somme des
{
$mlcName
}
encaissées dans mon point de vente "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment