diff --git a/base_report_to_printer/models/printing_job.py b/base_report_to_printer/models/printing_job.py index 36b9abd..6d9a347 100644 --- a/base_report_to_printer/models/printing_job.py +++ b/base_report_to_printer/models/printing_job.py @@ -65,6 +65,7 @@ class PrintingJob(models.Model): ("none", "No reason"), ("aborted-by-system", "Aborted by the system"), ("compression-error", "Error in the compressed data"), + ("cups-filter-crashed", "CUPS filter crashed"), ("document-access-error", "The URI cannot be accessed"), ("document-format-error", "Error in the document"), ("job-canceled-at-device", "Cancelled at the device"), @@ -72,7 +73,7 @@ class PrintingJob(models.Model): ("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"),