From 6f647385ddcc00499f529604d16a7f947b7946d7 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 24 Nov 2017 13:24:49 +0100
Subject: [PATCH] Add worklog for Supervisor

---
 production/constants.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/production/constants.py b/production/constants.py
index 7591a21c2..291bdc7ed 100644
--- a/production/constants.py
+++ b/production/constants.py
@@ -56,6 +56,8 @@ PRODUCTION_OFFICERS_WORK_LOG_TYPES = (
 )
 PRODUCTION_ALL_WORK_LOG_TYPES = (
     ('Production: Proofs have been produced', 'Proofs have been produced'),
+    ('Production: Proofs have been checked by Supervisor',
+     'Proofs have been checked by Supervisor'),
     ('Production: Corrections implemented', 'Corrections implemented'),
     ('Production: Paper has been published', 'Paper has been published'),
     ('Maintaince: Metadata has been updated', 'Metadata has been updated'),
-- 
GitLab