summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fai_gestion/config/bake_extra.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/fai_gestion/config/bake_extra.php b/fai_gestion/config/bake_extra.php
index e8fd5e6..e8788c8 100644
--- a/fai_gestion/config/bake_extra.php
+++ b/fai_gestion/config/bake_extra.php
@@ -204,19 +204,14 @@ EOT
'filters' => [
'service_type_id' => [
'mode' => 'value',
- 'colspan' => 3,
+ 'colspan' => 4,
'hint' => 'Service Type',
],
'service_statut_id' => [
'mode' => 'value',
- 'colspan' => 2,
+ 'colspan' => 3,
'hint' => 'Service Statut',
],
- 'relais_id' => [
- 'mode' => 'value',
- 'colspan' => 2,
- 'hint' => 'Relais',
- ],
],
],
];