forked from science-ation/science-ation
fix the table labels report to work multi-yaer
This commit is contained in:
parent
0079416c94
commit
4953d2c13c
@ -63,7 +63,9 @@
|
|||||||
|
|
||||||
WHERE
|
WHERE
|
||||||
projects.year='".$config['FAIRYEAR']."'
|
projects.year='".$config['FAIRYEAR']."'
|
||||||
AND registrations.status='complete'
|
AND projectdivisions.year='".$config['FAIRYEAR']."'
|
||||||
|
AND projectcategories.year='".$config['FAIRYEAR']."'
|
||||||
|
AND ( registrations.status='complete' OR registrations.status='paymentpending' )
|
||||||
ORDER BY
|
ORDER BY
|
||||||
projects.projectnumber
|
projects.projectnumber
|
||||||
");
|
");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user