mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: donation: fix url to see last 3 donations
This commit is contained in:
parent
f1e6d4b7d6
commit
e359d09609
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user