Skip to content

Commit f3679c6

Browse files
authored
Merge pull request #279 from ocf/printhost-migration-v2
add compatibility with new print server
2 parents 2f05652 + 17459f4 commit f3679c6

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

9797
DROP VIEW IF EXISTS refunds_semester;

0 commit comments

Comments
 (0)