X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=f1059f44c527f79347d48a71498a73c2bae981fb;hb=2d587c41fc70f959556d33b11a10618b35da1b22;hp=bf6bd40df075aea8541e86e237f9c0803b3f8097;hpb=f2b44f136e8193bbda860c377eeb04cd932b713b;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index bf6bd40df..f1059f44c 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -51,6 +51,7 @@ use SL::DB::EmailJournal; use SL::DB::EmailJournalAttachment; use SL::DB::Employee; use SL::DB::Exchangerate; +use SL::DB::File; use SL::DB::Finanzamt; use SL::DB::FollowUp; use SL::DB::FollowUpAccess; @@ -71,6 +72,7 @@ use SL::DB::Object; use SL::DB::Order; use SL::DB::OrderItem; use SL::DB::Part; +use SL::DB::PartClassification; use SL::DB::PartsGroup; use SL::DB::PartsPriceHistory; use SL::DB::PaymentTerm; @@ -90,8 +92,10 @@ use SL::DB::ProjectRole; use SL::DB::ProjectStatus; use SL::DB::ProjectType; use SL::DB::PurchaseInvoice; -use SL::DB::RecordLink; use SL::DB::ReconciliationLink; +use SL::DB::RecordLink; +use SL::DB::RecordTemplate; +use SL::DB::RecordTemplateItem; use SL::DB::RequirementSpecAcceptanceStatus; use SL::DB::RequirementSpecComplexity; use SL::DB::RequirementSpecDependency;