From e448c819a9d3171b7eabc0b0884777e0b5e8ecfd Mon Sep 17 00:00:00 2001
From: thomahl <thomahl@stud.ntnu.no>
Date: Mon, 30 Mar 2020 09:39:19 +0200
Subject: [PATCH] #81 gradering i SOI blir i gjort til stor bokstav

---
 soitool/setup_settings.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py
index ae6e255..7e3d623 100644
--- a/soitool/setup_settings.py
+++ b/soitool/setup_settings.py
@@ -221,9 +221,7 @@ class Setup(QDialog):  # pylint: disable = R0902
         self.edit_date.setText(self.soi.date)
         self.edit_valid_from.setText(self.soi.valid_from)
         self.edit_valid_to.setText(self.soi.valid_to)
-        self.edit_classification.setCurrentText(
-            self.soi.classification.upper()
-        )
+        self.edit_classification.setCurrentText(self.soi.classification)
 
         # check radiobuttons according to current SOI settings
         if self.soi.orientation == "landscape":
-- 
GitLab