Spezifisches Recht für CSV-Import(2)
[kivitendo-erp.git] / SL / Controller / CsvImport / Base.pm
index 17a3bfd..e904989 100644 (file)
@@ -339,6 +339,10 @@ sub check_objects {
 sub check_duplicates {
 }
 
+sub check_auth {
+  $::auth->assert('config');
+}
+
 sub check_std_duplicates {
   my $self = shift;