Titel von Ansprechpersonen: SimpleSettings-Controller zum Editieren
[kivitendo-erp.git] / SL / Controller / SimpleSystemSetting.pm
index f0590a1..96fe5ed 100644 (file)
@@ -56,6 +56,16 @@ my %supported_types = (
     ],
   },
 
+  contact_title => {
+    class  => 'ContactTitle',
+    auth   => 'config',
+    titles => {
+      list => t8('Contact Titles'),
+      add  => t8('Add title'),
+      edit => t8('Edit title'),
+    },
+  },
+
   department => {
     class  => 'Department',
     titles => {