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
1
Merge Requests
1
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
dbfbae89
Commit
dbfbae89
authored
Mar 28, 2024
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
ee35447b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TAVCotisationUtils.php
src/Utils/TAVCotisationUtils.php
+1
-1
adherent_payer_cotisation.html.twig
...mes/kohinos/tav/block/adherent_payer_cotisation.html.twig
+1
-1
No files found.
src/Utils/TAVCotisationUtils.php
View file @
dbfbae89
...
@@ -205,7 +205,7 @@ class TAVCotisationUtils
...
@@ -205,7 +205,7 @@ class TAVCotisationUtils
$flux
->
setExpediteur
(
$adherent
);
$flux
->
setExpediteur
(
$adherent
);
$flux
->
setDestinataire
(
$siege
);
$flux
->
setDestinataire
(
$siege
);
$flux
->
setMontant
(
-
$amountDiff
);
$flux
->
setMontant
(
-
$amountDiff
);
$flux
->
setReference
(
"Prélèvement pour ramener le solde de "
.
$balance
.
"MonA sous le plafond de "
.
$ceiling
.
" MonA."
);
$flux
->
setReference
(
"Prélèvement pour ramener le solde de "
.
$balance
.
"
MonA sous le plafond de "
.
$ceiling
.
" MonA."
);
$flux
->
setOperateur
(
$this
->
security
->
getUser
());
$flux
->
setOperateur
(
$this
->
security
->
getUser
());
$flux
->
setRole
(
$this
->
security
->
getUser
()
->
getGroups
()[
0
]
->
__toString
());
$flux
->
setRole
(
$this
->
security
->
getUser
()
->
getGroups
()[
0
]
->
__toString
());
$flux
->
setMoyen
(
MoyenEnum
::
MOYEN_EMLC
);
$flux
->
setMoyen
(
MoyenEnum
::
MOYEN_EMLC
);
...
...
templates/themes/kohinos/tav/block/adherent_payer_cotisation.html.twig
View file @
dbfbae89
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
{%
include
'@kohinos/tav/block/adherent_payer_cotisation_don.html.twig'
with
{
'parentForm'
:
formRecurrentPayment
}
%}
{%
include
'@kohinos/tav/block/adherent_payer_cotisation_don.html.twig'
with
{
'parentForm'
:
formRecurrentPayment
}
%}
<hr/>
<hr/>
<p><b>
{{
'TOTAL PREMIER PAIEMENT'
|
trans
}}
:
<span
class=
"achat_monnaie_premier_montant_total"
>
{{
formRecurrentPayment.montant.vars.value
}}
€
</span></b></p>
<p><b>
{{
'TOTAL PREMIER PAIEMENT'
|
trans
}}
:
<span
class=
"achat_monnaie_premier_montant_total"
>
{{
formRecurrentPayment.montant.vars.value
}}
€
</span></b></p>
<p><b>
{{
'ÉHÉANCES SUIVANTES'
|
trans
}}
:
<span
class=
"achat_monnaie_montant_total"
>
{{
formRecurrentPayment.montant.vars.value
}}
€
</span></b></p>
<p><b>
{{
'É
C
HÉANCES SUIVANTES'
|
trans
}}
:
<span
class=
"achat_monnaie_montant_total"
>
{{
formRecurrentPayment.montant.vars.value
}}
€
</span></b></p>
{%
endif
%}
{%
endif
%}
{%
if
formRecurrentPayment.save
is
defined
%}
{%
if
formRecurrentPayment.save
is
defined
%}
{{
form_widget
(
formRecurrentPayment.save
)
}}
{{
form_widget
(
formRecurrentPayment.save
)
}}
...
...
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