Skip to content

Commit 2f05652

Browse files
committed
add double-sided color support
1 parent 31d446a commit 2f05652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocflib/printing/ocfprinting.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CREATE VIEW jobs_color AS
9191
SELECT user, SUM(pages) AS pages
9292
FROM jobs
9393
WHERE DATE(jobs.time) >= semester_start(CURDATE())
94-
AND `queue` = 'color-single'
94+
AND `queue` IN ('color-single', 'color-double')
9595
GROUP BY user;
9696

9797
DROP VIEW IF EXISTS refunds_semester;

0 commit comments

Comments
 (0)