X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a7041228dd1face28a082f5f747c02468ed0bb5a..f585108059cb520c2ebf26a96f2883343f70036b:/SL/DB/Helper/ALL.pm diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index ed7825586..6bc06ca3a 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -5,6 +5,9 @@ use strict; use SL::DB::AccTransaction; use SL::DB::Assembly; use SL::DB::AuditTrail; +use SL::DB::AuthClient; +use SL::DB::AuthClientUser; +use SL::DB::AuthClientGroup; use SL::DB::AuthGroup; use SL::DB::AuthGroupRight; use SL::DB::AuthUser; @@ -20,6 +23,9 @@ use SL::DB::Chart; use SL::DB::Contact; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; +use SL::DB::CsvImportReport; +use SL::DB::CsvImportReportRow; +use SL::DB::Currency; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; use SL::DB::CustomVariableValidity; @@ -42,7 +48,6 @@ use SL::DB::FollowUpAccess; use SL::DB::FollowUpLink; use SL::DB::GLTransaction; use SL::DB::GenericTranslation; -use SL::DB::Gifi; use SL::DB::History; use SL::DB::Inventory; use SL::DB::Invoice;