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
3
Merge Requests
3
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
8ac275d6
Commit
8ac275d6
authored
Mar 28, 2024
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6069 : rename ref in case of paiement recurrent
parent
ba546e8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
AchatMonnaieAdherentRecurrentFormType.php
src/Form/Type/AchatMonnaieAdherentRecurrentFormType.php
+5
-0
No files found.
src/Form/Type/AchatMonnaieAdherentRecurrentFormType.php
View file @
8ac275d6
...
...
@@ -8,6 +8,7 @@ use App\Entity\DonAdherent;
use
App\Entity\GlobalParameter
;
use
App\Entity\Prestataire
;
use
Symfony\Component\Form\Extension\Core\Type\ChoiceType
;
use
Symfony\Component\Form\Extension\Core\Type\HiddenType
;
use
Symfony\Component\Form\Extension\Core\Type\IntegerType
;
use
Symfony\Component\Form\Extension\Core\Type\SubmitType
;
use
Symfony\Component\Form\FormBuilderInterface
;
...
...
@@ -51,6 +52,10 @@ class AchatMonnaieAdherentRecurrentFormType extends AchatMonnaieAdherentFormType
'class'
=>
'btn-primary btn achatCBSubmit'
,
],
])
->
remove
(
'reference'
)
->
add
(
'reference'
,
HiddenType
::
class
,
[
'data'
=>
'Achat monnaie en CB (récurrent) Adhérent'
,
])
;
$builder
...
...
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