diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php index 6d0fcf6bb9e..01d0a3b04b9 100644 --- a/htdocs/adherents/stats/index.php +++ b/htdocs/adherents/stats/index.php @@ -149,7 +149,7 @@ print '
'; // Show filter box /*print '
'; print ''; -print ''; +print ''; print '
'.$langs->trans("Filter").'
'.$langs->trans("Filter").'
'.$langs->trans("Member").''; $filter='s.client in (1,2,3)'; print $form->select_company($id,'memberid',$filter,1); diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php index cb35f6c782a..9887af77d38 100644 --- a/htdocs/comm/propal/stats/index.php +++ b/htdocs/comm/propal/stats/index.php @@ -227,7 +227,7 @@ print '
'; print ''; print ''; print ''; - print ''; + print ''; // Company print '
'.$langs->trans("Filter").'
'.$langs->trans("Filter").'
'.$langs->trans("ThirdParty").''; $filter='s.client in (1,2,3)'; diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php index 35f3f766389..5b651b383f2 100644 --- a/htdocs/commande/stats/index.php +++ b/htdocs/commande/stats/index.php @@ -248,7 +248,7 @@ print '
'; print ''; print ''; print ''; - print ''; + print ''; // Company print '
'.$langs->trans("Filter").'
'.$langs->trans("Filter").'
'.$langs->trans("ThirdParty").''; if ($mode == 'customer') $filter='s.client in (1,2,3)'; diff --git a/htdocs/compta/deplacement/stats/index.php b/htdocs/compta/deplacement/stats/index.php index d6c1465937f..3112c5aebed 100755 --- a/htdocs/compta/deplacement/stats/index.php +++ b/htdocs/compta/deplacement/stats/index.php @@ -212,7 +212,7 @@ print '
'; print ''; print ''; print ''; -print ''; +print ''; // Company print '
'.$langs->trans("Filter").'
'.$langs->trans("Filter").'
'.$langs->trans("ThirdParty").''; $filter=''; diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php index af45fb24ca7..af4ff83cd54 100644 --- a/htdocs/compta/facture/stats/index.php +++ b/htdocs/compta/facture/stats/index.php @@ -226,7 +226,7 @@ print '
'; print ''; print ''; print ''; - print ''; + print ''; // Company print '
'.$langs->trans("Filter").'
'.$langs->trans("Filter").'
'.$langs->trans("ThirdParty").''; if ($mode == 'customer') $filter='s.client in (1,2,3)';