diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php
index 2fa9eecec73..c82219cb7be 100644
--- a/htdocs/compta/clients.php
+++ b/htdocs/compta/clients.php
@@ -184,8 +184,8 @@ if ($resql)
print $thirdpartystatic->getNomUrl(1,'compta');
print '';
print '
'.$obj->town.' | ';
- print ''.$obj->code_client.' | ';
- print ''.$obj->code_compta.' | ';
+ print ''.$obj->code_client.' | ';
+ print ''.$obj->code_compta.' | ';
print ''.dol_print_date($db->jdate($obj->datec)).' | ';
print "\n";
$i++;
diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index c6df1479202..e05095b2ea4 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -206,7 +206,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
$i++;
}
- print '| '.$langs->trans("Total").' | ';
+ print '
| '.$langs->trans("Total").' | ';
print ''.price($tot_ttc).' | ';
print '
';
}
@@ -293,7 +293,7 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture-
$i++;
}
- print '| '.$langs->trans("Total").' | ';
+ print '
| '.$langs->trans("Total").' | ';
print ''.price($tot_ttc).' | ';
print '
';
}
@@ -406,7 +406,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
print '';
print '';
- print '';
+ print ' | ';
print $thirdpartystatic->getNomUrl(1,'customer',44);
print ' | ';
if (! empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) print ''.price($obj->total_ht).' | ';
@@ -774,7 +774,7 @@ if (! empty($conf->facture->enabled) && ! empty($conf->commande->enabled) && $us
print '';
- print '';
+ print ' | ';
print $societestatic->getNomUrl(1,'customer',44);
print ' | ';
if (! empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) print ''.price($obj->total_ht).' | ';
@@ -898,7 +898,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
print '';
print '';
- print '' ;
+ print ' | ' ;
print $societestatic->getNomUrl(1,'customer',44);
print ' | ';
print ''.dol_print_date($db->jdate($obj->datelimite),'day').' | ';
diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php
index 38cee6b8434..0b497510bf6 100644
--- a/htdocs/compta/paiement_charge.php
+++ b/htdocs/compta/paiement_charge.php
@@ -264,7 +264,7 @@ if ($action == 'create')
print '';
print '';
//print '| '.$langs->trans("SocialContribution").' | ';
- print ''.$langs->trans("DateDue").' | ';
+ print ''.$langs->trans("DateDue").' | ';
print ''.$langs->trans("Amount").' | ';
print ''.$langs->trans("AlreadyPaid").' | ';
print ''.$langs->trans("RemainderToPay").' | ';