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
536aa7ce
Commit
536aa7ce
authored
Dec 06, 2022
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quickfix
parent
372104e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
UserAdherentController.php
src/Controller/UserAdherentController.php
+1
-1
FormFactory.php
src/Factory/FormFactory.php
+0
-1
No files found.
src/Controller/UserAdherentController.php
View file @
536aa7ce
...
...
@@ -139,7 +139,7 @@ class UserAdherentController extends FluxController
// TODO: set CB payment when functionality validated
$flux
=
$form
->
getData
();
if
(
null
!=
$flux
->
getDon
()
&&
0
==
$flux
->
getDon
()
->
getMontant
())
{
if
(
null
==
$flux
->
getDon
()
||
0
==
$flux
->
getDon
()
->
getMontant
())
{
$flux
->
setDon
(
null
);
}
...
...
src/Factory/FormFactory.php
View file @
536aa7ce
...
...
@@ -453,7 +453,6 @@ class FormFactory
$entity
=
new
AchatMonnaieAdherent
();
$entity
->
setOperateur
(
$user
);
// TODO route OU param tav dans get form achat monnaie (plutot 2eme option)
$form
=
$this
->
ff
->
create
(
AchatMonnaieAdherentFormType
::
class
,
$entity
,
[
'action'
=>
$this
->
router
->
generate
(
'paiementCotisTav'
)]);
return
$form
->
createView
();
...
...
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