CsvImport: Spaltenzuordnung für non multiplexed
[kivitendo-erp.git] / SL / Helper / Csv.pm
index fc9ff20..145b7db 100644 (file)
@@ -341,6 +341,9 @@ sub _push_error {
   $self->_errors(\@new_errors);
 }
 
+sub specs {
+  $_[0]->dispatcher->_specs
+}
 
 1;