diff --git a/production/constants.py b/production/constants.py
index 4ccf1bdaefdfa92e78c14e6269a9e6020ec1e78f..7591a21c21a72e9b40ac8c5fd54c48855b6f3f25 100644
--- a/production/constants.py
+++ b/production/constants.py
@@ -55,11 +55,10 @@ PRODUCTION_OFFICERS_WORK_LOG_TYPES = (
      'Cited people have been notified/invited to SciPost'),
 )
 PRODUCTION_ALL_WORK_LOG_TYPES = (
-    ('Production: Supervisory tasks', 'Supervisory tasks'),
-    ('Production: Paper has been published', 'Paper has been published'),
-    ('Maintaince: Metadata has been updated', 'Metadata has been updated'),
     ('Production: Proofs have been produced', 'Proofs have been produced'),
     ('Production: Corrections implemented', 'Corrections implemented'),
+    ('Production: Paper has been published', 'Paper has been published'),
+    ('Maintaince: Metadata has been updated', 'Metadata has been updated'),
     ('Production: Cited people have been notified/invited to SciPost',
      'Cited people have been notified/invited to SciPost'),
 )