diff --git a/htdocs/don/list.php b/htdocs/don/list.php
index d63c28e6c58..10a0dab5af3 100644
--- a/htdocs/don/list.php
+++ b/htdocs/don/list.php
@@ -201,14 +201,14 @@ if ($resql)
print '';
print "\n";
- print '
';
- print_liste_field_titre("Ref", $_SERVER["PHP_SELF"], "d.rowid", "", $param, "", $sortfield, $sortorder);
+ print '
';
+ print_liste_field_titre("Ref", $_SERVER["PHP_SELF"], "d.rowid", "", $param, "", $sortfield, $sortorder);
if (! empty($conf->global->DONATION_USE_THIRDPARTIES)) {
print_liste_field_titre("ThirdParty", $_SERVER["PHP_SELF"], "d.fk_soc", "", $param, "", $sortfield, $sortorder);
} else {
print_liste_field_titre("Company", $_SERVER["PHP_SELF"], "d.societe", "", $param, "", $sortfield, $sortorder);
print_liste_field_titre("Name", $_SERVER["PHP_SELF"], "d.lastname", "", $param, "", $sortfield, $sortorder);
-}
+ }
print_liste_field_titre("Date", $_SERVER["PHP_SELF"], "d.datedon", "", $param, '', $sortfield, $sortorder, 'center ');
if (! empty($conf->projet->enabled))
{
@@ -237,8 +237,8 @@ if ($resql)
if (!empty($objp->socid) && $company->id > 0) {
print "| ".$company->getNomUrl(1)." | ";
} else {
- print "".$objp->societe." ".$donationstatic->getFullName($langs)." | ";
- }
+ print "".$objp->societe." ".$donationstatic->getFullName($langs)." | ";
+ }
} else {
print "".$objp->societe." | ";
print "".$donationstatic->getFullName($langs)." | ";