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
94cfa847
Commit
94cfa847
authored
Mar 28, 2024
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless koma in string that could lead to problems when using koma separated csv export
parent
2c1beaf3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
16 deletions
+1
-16
UserController.php
src/Controller/UserController.php
+1
-1
ssa_friendly_flux_type_names_translated_value.html.twig
...k/ssa_friendly_flux_type_names_translated_value.html.twig
+0
-15
No files found.
src/Controller/UserController.php
View file @
94cfa847
...
...
@@ -296,7 +296,7 @@ class UserController extends AbstractController
$now
=
(
new
\Datetime
(
'now'
))
->
format
(
'd/m/Y H:i:s'
);
$flux
->
setReference
(
'Remboursement en Monnaie Solidaire du '
.
$now
.
'
,
annule '
.
$transactionAdherentPrestataire
->
getReference
()
'Remboursement en Monnaie Solidaire du '
.
$now
.
' annule '
.
$transactionAdherentPrestataire
->
getReference
()
);
$this
->
em
->
persist
(
$flux
);
...
...
templates/themes/kohinos/bundles/SonataAdminBundle/Block/ssa_friendly_flux_type_names_translated_value.html.twig
deleted
100644 → 0
View file @
2c1beaf3
{%
extends
admin.getTemplate
(
'base_list_field'
)
%}
{%
block
field
%}
<div>
{%
if
value
==
'reversement_cotisation_adherent'
%}
Allocation complémentaire de la caisse
{%
elseif
value
==
'prelevement_cotisation_adherent'
%}
Réduction de l'allocation
{%
elseif
value
==
'vente_emlc_adherent'
or
value
==
'achat_monnaie_adherent'
%}
Achat de MonA via cotisation
{%
else
%}
{{
value
|
trans
(
{}
,
'messages'
)
}}
{%
endif
%}
</div>
{%
endblock
%}
\ No newline at end of file
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