[12.0] add missing state

backport of #224
This commit is contained in:
Alexandre Fayolle
2020-09-21 09:52:09 +02:00
parent ab879c3b45
commit 0e33f59c0f

View File

@@ -50,12 +50,13 @@ class PrintingJob(models.Model):
('compression-error', 'Error in the compressed data'),
('document-access-error', 'The URI cannot be accessed'),
('document-format-error', 'Error in the document'),
('cups-filter-crashed', 'CUPS filter crashed'),
('job-canceled-at-device', 'Cancelled at the device'),
('job-canceled-by-operator', 'Cancelled by the printer operator'),
('job-canceled-by-user', 'Cancelled by the user'),
('job-completed-successfully', 'Completed successfully'),
('job-completed-with-errors', 'Completed with some errors'),
('job-completed(with-warnings', 'Completed with some warnings'),
('job-completed-with-warnings', 'Completed with some warnings'),
('job-data-insufficient', 'No data has been received'),
('job-hold-until-specified', 'Currently held'),
('job-incoming', 'Files are currently being received'),