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
42e0a1db
Commit
42e0a1db
authored
Mar 21, 2024
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment about bic
parent
557bb863
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
PrestataireAdmin.php
src/Admin/PrestataireAdmin.php
+1
-0
PrestataireInfosFormType.php
src/Form/Type/PrestataireInfosFormType.php
+1
-0
No files found.
src/Admin/PrestataireAdmin.php
View file @
42e0a1db
...
...
@@ -206,6 +206,7 @@ class PrestataireAdmin extends AbstractAdmin
'label'
=>
'SIRET :'
,
'required'
=>
false
,
])
//bic is new field in kohinos-ssa (I think it's OK to add it for non-tav env as well)
->
add
(
'bic'
,
TextType
::
class
,
[
'label'
=>
'BIC :'
,
'required'
=>
false
,
...
...
src/Form/Type/PrestataireInfosFormType.php
View file @
42e0a1db
...
...
@@ -70,6 +70,7 @@ class PrestataireInfosFormType extends AbstractType
'label'
=>
'BIC :'
,
'required'
=>
false
,
])
//bic is new field in kohinos-ssa (I think it's OK to add it for non-tav env as well)
->
add
(
'iban'
,
TextType
::
class
,
[
'label'
=>
'IBAN :'
,
'required'
=>
false
,
...
...
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