mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Replaced mistyped parentheses in 'job-completed-with-warnings' with hyphen.
This commit is contained in:
@@ -71,9 +71,9 @@ class PrintingJob(models.Model):
|
||||
("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(with-warnings", "Completed with some warnings"),
|
||||
("job-completed-successfully", "Completed successfully"),
|
||||
("job-completed-with-errors", "Completed with some errors"),
|
||||
("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"),
|
||||
|
||||
Reference in New Issue
Block a user