Spezifisches Recht für CSV-Import(2)
[kivitendo-erp.git] / SL / Controller / CsvImport / BankTransaction.pm
index 5be8968..2c27041 100644 (file)
@@ -183,4 +183,8 @@ sub join_remote_names {
   $object->remote_name($remote_name);
 }
 
+sub check_auth {
+  $::auth->assert('config') if ! $::auth->assert('bank_transaction',1);
+}
+
 1;