diff --git a/lib/models/Abschluss.php b/lib/models/Abschluss.php
index 0c030838fe3a1430850a4e182671c665a6a98282..3c24759f9c60e2e6285e6443cbb224c2cc546821 100644
--- a/lib/models/Abschluss.php
+++ b/lib/models/Abschluss.php
@@ -339,7 +339,7 @@ class Abschluss extends ModuleManagementModelTreeItem implements PrivacyObject
 
     public function getDisplayName($options = self::DISPLAY_DEFAULT)
     {
-        if ($this->name_kurz) {
+        if ($this->name_kurz != '') {
             return sprintf('%s (%s)', $this->name, $this->name_kurz);
         } else {
             return $this->name;