diff --git a/htdocs/accountancy/customer/list.php b/htdocs/accountancy/customer/list.php
index c2e6231e246..69396131b02 100644
--- a/htdocs/accountancy/customer/list.php
+++ b/htdocs/accountancy/customer/list.php
@@ -361,8 +361,8 @@ if ($result) {
print '
| ';
print ' | ';
print '';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
$formother->select_year($search_year,'search_year',1, 20, 5);
print ' | ';
print ' | ';
diff --git a/htdocs/accountancy/expensereport/list.php b/htdocs/accountancy/expensereport/list.php
index 8f1a049240c..a20f88f1c30 100644
--- a/htdocs/accountancy/expensereport/list.php
+++ b/htdocs/accountancy/expensereport/list.php
@@ -308,8 +308,8 @@ if ($result) {
print ' | ';
print ' | ';
print '';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
$formother->select_year($search_year,'search_year',1, 20, 5);
print ' | ';
print ' | ';
diff --git a/htdocs/accountancy/supplier/list.php b/htdocs/accountancy/supplier/list.php
index 5bf8f9279c9..57fdf0ace48 100644
--- a/htdocs/accountancy/supplier/list.php
+++ b/htdocs/accountancy/supplier/list.php
@@ -362,8 +362,8 @@ if ($result) {
print ' | ';
print ' | ';
print '';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
$formother->select_year($search_year,'search_year',1, 20, 5);
print ' | ';
print ' | ';