]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport.pm
Refactoring: gemeinsamen Code ausgelagert; Ansprechpersonen/Lieferadressen: Kunden...
[kivitendo-erp.git] / SL / Controller / CsvImport.pm
index 73a97faeac27352f469b899daf343453da3a0e66..c0967ac0cfd0e2138db338dc2ce00e36a05ff968 100644 (file)
@@ -18,7 +18,7 @@ use parent qw(SL::Controller::Base);
 use Rose::Object::MakeMethods::Generic
 (
  scalar => [ qw(type profile file all_profiles all_charsets sep_char all_sep_chars quote_char all_quote_chars escape_char all_escape_chars all_buchungsgruppen
-                import_status errors headers raw_data_headers data num_imported num_importable displayable_columns) ],
+                import_status errors headers raw_data_headers info_headers data num_imported num_importable displayable_columns) ],
 );
 
 __PACKAGE__->run_before('check_auth');