From c4a7e63aeaf84b94cb04492b47a7003d4cf2dd79 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 18 Mar 2019 12:38:58 +0100 Subject: [PATCH] Update list.php --- htdocs/don/list.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/don/list.php b/htdocs/don/list.php index 10a0dab5af3..15648375677 100644 --- a/htdocs/don/list.php +++ b/htdocs/don/list.php @@ -180,10 +180,10 @@ if ($resql) print ''; print ''; print ''; + } print ''; print ''; print ''; - } print ''; print ' '; print ''; @@ -207,8 +207,8 @@ if ($resql) 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("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)) { @@ -235,14 +235,14 @@ if ($resql) $company=new Societe($db); $result=$company->fetch($objp->socid); if (!empty($objp->socid) && $company->id > 0) { - print "".$company->getNomUrl(1).""; + print "".$company->getNomUrl(1).""; } else { - print "".$objp->societe." ".$donationstatic->getFullName($langs).""; + print "".$objp->societe.""; } } else { - print "".$objp->societe.""; + print "".$objp->societe.""; + } print "".$donationstatic->getFullName($langs).""; - } print ''.dol_print_date($db->jdate($objp->datedon), 'day').''; if (! empty($conf->projet->enabled)) {