Fix: donation: fix url to see last 3 donations

This commit is contained in:
Ilhan K. 2025-02-13 12:23:56 +01:00 committed by GitHub
parent f1e6d4b7d6
commit e359d09609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,7 @@ if ($resql) {
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<th colspan="5">'.$langs->trans("LastModifiedDonations", $max).' ';
print '<a href="'.DOL_URL_ROOT.'/don/list.php?sortfield=d.datem&sortorder=DESC">';
print '<a href="'.DOL_URL_ROOT.'/don/list.php?sortfield=d.datedon&sortorder=DESC">';
print '<span class="badge">...</span>';
print '</a>';
print '</th></tr>';