Add link year subscription list in subscription by year stats page
This commit is contained in:
parent
b4895c4dd2
commit
b02c89bd8b
@ -196,7 +196,7 @@ foreach ($data as $val) {
|
||||
print '<tr class="oddeven" height="24">';
|
||||
print '<td class="center">';
|
||||
//print '<a href="month.php?year='.$year.'">';
|
||||
print $year;
|
||||
print '<a href="../subscription/list.php?date_select='.$year.'">'.$year.'</a>';
|
||||
//print '</a>';
|
||||
print '</td>';
|
||||
print '<td class="right">'.$val['nb'].'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user