From aa98f79e51d9917a6ec757fedd25057c81b6fc88 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 18 Mar 2019 00:59:12 +0100 Subject: [PATCH] Update list.php --- htdocs/don/list.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)."";