mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Revert "Fix: donation index: fix url to see last 3 donations"
This reverts commit 87618233d6.
This commit is contained in:
parent
87618233d6
commit
2d30cf9f92
|
|
@ -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.datedon&sortorder=DESC">';
|
||||
print '<a href="'.DOL_URL_ROOT.'/don/list.php?sortfield=d.datem&sortorder=DESC">';
|
||||
print '<span class="badge">...</span>';
|
||||
print '</a>';
|
||||
print '</th></tr>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user