summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-22 15:56:31 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-22 15:56:31 +0200
commit003871b6328d3a3f292aab16928f80e3258239ca (patch)
treedc60d52711cfeeb49cd471612a808ab1d934c0a6
parent1de577a5ae785b67a7990f14057e70c4f28f02f3 (diff)
downloadchd_gestion-003871b6328d3a3f292aab16928f80e3258239ca.zip
chd_gestion-003871b6328d3a3f292aab16928f80e3258239ca.tar.gz
chd_gestion-003871b6328d3a3f292aab16928f80e3258239ca.tar.bz2
services/index : fix filters
-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',
- ],
],
],
];