diff --git a/htdocs/accountancy/customer/list.php b/htdocs/accountancy/customer/list.php
index c5b166b9fb7..378b62c05b8 100644
--- a/htdocs/accountancy/customer/list.php
+++ b/htdocs/accountancy/customer/list.php
@@ -315,7 +315,7 @@ if ($result) {
if ($search_vat) $param.='&search_vat='.urlencode($search_vat);
if ($search_country) $param .= "&search_country=" . urlencode($search_country);
if ($search_tvaintra) $param .= "&search_tvaintra=" . urlencode($search_tvaintra);
-
+
$arrayofmassactions = array(
'ventil'=>$langs->trans("Ventilate")
//'presend'=>$langs->trans("SendByMail"),
@@ -355,7 +355,7 @@ if ($result) {
print '
';
print ' | ';
print ' | ';
- print '';
+ print ' | ';
if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
print '';
$formother->select_year($search_year,'search_year',1, 20, 5);
@@ -473,9 +473,9 @@ if ($result) {
print ' | ';
print '' . $objp->country .' | ';
-
+
print '' . $objp->tva_intra . ' | ';
-
+
// Current account
print '';
print (($objp->type_l == 1)?$langs->trans("DefaultForService"):$langs->trans("DefaultForProduct")) . ' = ' . ($objp->code_sell_l > 0 ? length_accountg($objp->code_sell_l) : $langs->trans("Unknown"));
diff --git a/htdocs/accountancy/supplier/list.php b/htdocs/accountancy/supplier/list.php
index c055b7d2e77..aad7f514d50 100644
--- a/htdocs/accountancy/supplier/list.php
+++ b/htdocs/accountancy/supplier/list.php
@@ -356,7 +356,7 @@ if ($result) {
print ' | | ';
print ' | ';
print ' | ';
- print '';
+ print ' | ';
if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
print '';
$formother->select_year($search_year,'search_year',1, 20, 5);
|