X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4bed72f5dd6e29497787ab3e01c5e44c52921c7d..66c08b6472a2467444192dbfed35e9f30f7c910d:/SL/DB/Helper/ALL.pm diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index bff5089b9..9962406d2 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,7 @@ use SL::DB::Chart; use SL::DB::Contact; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; +use SL::DB::Currency; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; use SL::DB::CustomVariableValidity;