diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php
index d38bbd5b736..3f3ffb185bb 100644
--- a/htdocs/comm/clients.php
+++ b/htdocs/comm/clients.php
@@ -104,7 +104,7 @@ if ($result)
print_liste_field_titre($langs->trans("Company"),"clients.php","s.nom",$addu,"","",$sortfield);
print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville",$addu,"","",$sortfield);
print_liste_field_titre($langs->trans("CustomerCode"),"clients.php","s.code_client",$addu,"","",$sortfield);
- print_liste_field_titre($langs->trans("DateCreation"),"clients.php","datec",$addu,"","",$sortfield);
+ print_liste_field_titre($langs->trans("DateCreation"),"clients.php","datec",$addu,"",'align="center"',$sortfield);
print '
| ';
print "\n";
@@ -134,7 +134,7 @@ if ($result)
print ' '.stripslashes($obj->nom).'';
print ''.$obj->ville.' | ';
print ''.$obj->code_client.' | ';
- print ''.dolibarr_print_date($obj->datec).' | ';
+ print ''.dolibarr_print_date($obj->datec).' | ';
print '';
if (defined("MAIN_MODULE_DOSSIER") && MAIN_MODULE_DOSSIER == 1)
{
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index 3e6263da1b6..4717df274fc 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -241,7 +241,7 @@ if ($socid > 0)
print " | ";
print '| '.$langs->trans("AccountancyCode").' | '.$societe->code_compta.' | ';
- print ''.$langs->trans("CustomerCode").'/' . $langs->trans("SupplierCode") . ' | ';
+ print ' | '.$langs->trans("CustomerCode").' / ' . $langs->trans("SupplierCode") . ' | ';
print $societe->code_client;
print " |
";