X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=93848a0fa21990429569322f5caf19015db87e6a;hb=ad46cc4c58c14071a2922c1154dfa3daebac4417;hp=5fd1d762eb5064b8429f89301f23851233eb462d;hpb=3a83d463cbe5330668715fed59d02e8b0842fc78;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 5fd1d762e..93848a0fa 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -3,6 +3,8 @@ package SL::DB::Helper::ALL; use strict; use SL::DB::AccTransaction; +use SL::DB::AdditionalBillingAddress; +use SL::DB::ApGl; use SL::DB::Assembly; use SL::DB::AssortmentItem; use SL::DB::AuthClient; @@ -27,6 +29,7 @@ use SL::DB::Buchungsgruppe; use SL::DB::Business; use SL::DB::Chart; use SL::DB::Contact; +use SL::DB::ContactDepartment; use SL::DB::ContactTitle; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; @@ -44,6 +47,7 @@ use SL::DB::Customer; use SL::DB::Datev; use SL::DB::Default; use SL::DB::DeliveryOrder; +use SL::DB::DeliveryOrder::TypeData; use SL::DB::DeliveryOrderItem; use SL::DB::DeliveryOrderItemsStock; use SL::DB::DeliveryTerm; @@ -57,6 +61,7 @@ use SL::DB::Employee; use SL::DB::EmployeeProjectInvoices; use SL::DB::Exchangerate; use SL::DB::File; +use SL::DB::FileFullText; use SL::DB::Finanzamt; use SL::DB::FollowUp; use SL::DB::FollowUpAccess; @@ -133,6 +138,8 @@ use SL::DB::Tax; use SL::DB::TaxKey; use SL::DB::TaxZone; use SL::DB::TaxzoneChart; +use SL::DB::TimeRecording; +use SL::DB::TimeRecordingArticle; use SL::DB::TodoUserConfig; use SL::DB::TransferType; use SL::DB::Translation;