X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/65d2537d658b99b005a18c6663bc1293b41a1d83..a9866c42a27df61e776ea65322bfb095e5f6fa1b:/SL/DB/Helper/ALL.pm diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index a896cc372..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; @@ -91,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;