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