Commit 42e0a1db by Yvon

comment about bic

parent 557bb863
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment