We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f05652 + 17459f4 commit f3679c6Copy full SHA for f3679c6
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` IN ('color-single', 'color-double')
+ AND `queue` IN ('color-single', 'color-double', 'epson')
95
GROUP BY user;
96
97
DROP VIEW IF EXISTS refunds_semester;
0 commit comments