X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=SL%2FDB%2FHelper%2FALL.pm;h=006a389db3820802bb831d76e37d0d08e60512e6;hb=a6485c5822e13b6d0bda4bff0a003bfc569f778c;hp=5698036e86902316ef32412a3c57fd7dd1f58ba3;hpb=614c48e031ff86a158dfea7eeb2bc255d806c972;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 5698036e8..006a389db 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -21,11 +21,14 @@ use SL::DB::BackgroundJob; use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; use SL::DB::BankTransaction; +use SL::DB::BankTransactionAccTrans; use SL::DB::Bin; use SL::DB::Buchungsgruppe; use SL::DB::Business; use SL::DB::Chart; use SL::DB::Contact; +use SL::DB::ContactDepartment; +use SL::DB::ContactTitle; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; use SL::DB::CsvImportReport; @@ -61,6 +64,7 @@ use SL::DB::FollowUpAccess; use SL::DB::FollowUpLink; use SL::DB::GLTransaction; use SL::DB::GenericTranslation; +use SL::DB::Greeting; use SL::DB::History; use SL::DB::Inventory; use SL::DB::Invoice;