X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8159ab7fa857b648ed5b2f0ad51c4085ce27d266..826f6eb2b3e:/SL/DB/Helper/ALL.pm diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index b48f8736d..356d83194 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -15,6 +15,7 @@ use SL::DB::AuthUserGroup; use SL::DB::BackgroundJob; use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; +use SL::DB::BankTransaction; use SL::DB::Bin; use SL::DB::Buchungsgruppe; use SL::DB::Business; @@ -41,6 +42,8 @@ use SL::DB::Department; use SL::DB::Draft; use SL::DB::Dunning; use SL::DB::DunningConfig; +use SL::DB::EmailJournal; +use SL::DB::EmailJournalAttachment; use SL::DB::Employee; use SL::DB::Exchangerate; use SL::DB::Finanzamt; @@ -82,6 +85,7 @@ use SL::DB::ProjectStatus; use SL::DB::ProjectType; use SL::DB::PurchaseInvoice; use SL::DB::RecordLink; +use SL::DB::ReconciliationLink; use SL::DB::RequirementSpecAcceptanceStatus; use SL::DB::RequirementSpecComplexity; use SL::DB::RequirementSpecDependency; @@ -99,6 +103,7 @@ use SL::DB::RequirementSpec; use SL::DB::SchemaInfo; use SL::DB::SepaExport; use SL::DB::SepaExportItem; +use SL::DB::SepaExportMessageId; use SL::DB::Shipto; use SL::DB::Status; use SL::DB::Tax;