We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299b927 commit 09871abCopy full SHA for 09871ab
1 file changed
ocflib/printing/ocfprinting.sql
@@ -91,7 +91,7 @@ CREATE VIEW jobs_color AS
91
SELECT user, SUM(pages) AS pages
92
FROM jobs
93
WHERE DATE(jobs.time) >= semester_start(CURDATE())
94
- AND `queue` = 'admin-only'
+ AND `queue` = 'color-single'
95
GROUP BY user;
96
97
DROP VIEW IF EXISTS refunds_semester;
0 commit comments