warnings: nicht initialisierte Variable in Helper/Payment
[kivitendo-erp.git] / SL / DB / Helper / ALL.pm
index b48f873..bce48ca 100644 (file)
@@ -9,12 +9,17 @@ use SL::DB::AuthClientUser;
 use SL::DB::AuthClientGroup;
 use SL::DB::AuthGroup;
 use SL::DB::AuthGroupRight;
+use SL::DB::AuthMasterRight;
+use SL::DB::AuthSchemaInfo;
+use SL::DB::AuthSession;
+use SL::DB::AuthSessionContent;
 use SL::DB::AuthUser;
 use SL::DB::AuthUserConfig;
 use SL::DB::AuthUserGroup;
 use SL::DB::BackgroundJob;
 use SL::DB::BackgroundJobHistory;
 use SL::DB::BankAccount;
+use SL::DB::BankTransaction;
 use SL::DB::Bin;
 use SL::DB::Buchungsgruppe;
 use SL::DB::Business;
@@ -41,6 +46,8 @@ use SL::DB::Department;
 use SL::DB::Draft;
 use SL::DB::Dunning;
 use SL::DB::DunningConfig;
+use SL::DB::EmailJournal;
+use SL::DB::EmailJournalAttachment;
 use SL::DB::Employee;
 use SL::DB::Exchangerate;
 use SL::DB::Finanzamt;
@@ -82,6 +89,7 @@ use SL::DB::ProjectStatus;
 use SL::DB::ProjectType;
 use SL::DB::PurchaseInvoice;
 use SL::DB::RecordLink;
+use SL::DB::ReconciliationLink;
 use SL::DB::RequirementSpecAcceptanceStatus;
 use SL::DB::RequirementSpecComplexity;
 use SL::DB::RequirementSpecDependency;
@@ -99,6 +107,7 @@ use SL::DB::RequirementSpec;
 use SL::DB::SchemaInfo;
 use SL::DB::SepaExport;
 use SL::DB::SepaExportItem;
+use SL::DB::SepaExportMessageId;
 use SL::DB::Shipto;
 use SL::DB::Status;
 use SL::DB::Tax;