summaryrefslogtreecommitdiff
path: root/fai_gestion/config/bake_extra.php
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/config/bake_extra.php')
-rw-r--r--fai_gestion/config/bake_extra.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/fai_gestion/config/bake_extra.php b/fai_gestion/config/bake_extra.php
index e33b2a0..559b340 100644
--- a/fai_gestion/config/bake_extra.php
+++ b/fai_gestion/config/bake_extra.php
@@ -68,23 +68,17 @@ EOT
'mode' => 'like',
'before' => 'true',
'after' => 'true',
- 'columns' => ['id','nom','nom2','prenom','prenom2','raison','proprio','tel_mobile1','tel_mobile2'],
+ 'field' => ['id','nom','nom2','prenom','prenom2','raison','proprio','tel_mobile1','tel_mobile2'],
'colspan' => 3,
'hint' => 'Find...',
],
'adherent_type_id' => [
'mode' => 'value',
- 'before' => 'false',
- 'after' => 'false',
- 'model' => 'AdherentTypes',
'colspan' => 2,
'hint' => 'AdherentTypes',
],
'ville_id' => [
'mode' => 'value',
- 'before' => 'false',
- 'after' => 'false',
- 'model' => 'Villes',
'colspan' => 2,
'hint' => 'Villes',
],