X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=93848a0fa21990429569322f5caf19015db87e6a;hb=ad46cc4c58c14071a2922c1154dfa3daebac4417;hp=aff03d914a63cf1f8ea942748a5dccf850331534;hpb=b5b366c932e2a8118cafa0d27432fa268099d419;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index aff03d914..93848a0fa 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -4,6 +4,7 @@ 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; @@ -46,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; @@ -59,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;