X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=93848a0fa21990429569322f5caf19015db87e6a;hb=ad46cc4c58c14071a2922c1154dfa3daebac4417;hp=30ae80282435d40301b528fe40e6dd2b451f4aea;hpb=385bc4be4a927753ba4f1c7a426ede8fbed67123;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 30ae80282..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; @@ -45,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; @@ -58,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; @@ -135,7 +139,7 @@ use SL::DB::TaxKey; use SL::DB::TaxZone; use SL::DB::TaxzoneChart; use SL::DB::TimeRecording; -use SL::DB::TimeRecordingType; +use SL::DB::TimeRecordingArticle; use SL::DB::TodoUserConfig; use SL::DB::TransferType; use SL::DB::Translation;