Skip to content

Commit d00da87

Browse files
authored
add OCF-Color printer to color check
1 parent f3679c6 commit d00da87

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` IN ('color-single', 'color-double', 'epson')
94+
AND `queue` IN ('color-single', 'color-double', 'epson', 'OCF-Color')
9595
GROUP BY user;
9696

9797
DROP VIEW IF EXISTS refunds_semester;

0 commit comments

Comments
 (0)