X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/62f2141002f5b8c11fa9d881473fd3bc469b4eef..48c71a4b51f5359a7ab7e9bc51280baf9bc9b9b2:/SL/DB/Helper/ALL.pm diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 0e6ed0739..e6a698282 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -21,6 +21,7 @@ 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; @@ -52,6 +53,7 @@ use SL::DB::DunningConfig; use SL::DB::EmailJournal; use SL::DB::EmailJournalAttachment; use SL::DB::Employee; +use SL::DB::EmployeeProjectInvoices; use SL::DB::Exchangerate; use SL::DB::File; use SL::DB::Finanzamt;