X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/624c53dc0cb5056d2c259aec6f815e69b8313ae0..7ade1b958af3fdd2b7532973da0e7825d23eda96:/SL/DB/Helper/ALL.pm diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 50f4b3db7..c030bed92 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -2,10 +2,11 @@ package SL::DB::Helper::ALL; use strict; -use SL::DB::AccTrans; use SL::DB::AccTransaction; use SL::DB::Assembly; use SL::DB::AuditTrail; +use SL::DB::BackgroundJob; +use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; use SL::DB::Bin; use SL::DB::Buchungsgruppe; @@ -51,9 +52,11 @@ use SL::DB::Part; use SL::DB::PartsGroup; use SL::DB::PartsTax; use SL::DB::PaymentTerm; +use SL::DB::PeriodicInvoice; +use SL::DB::PeriodicInvoicesConfig; use SL::DB::PriceFactor; use SL::DB::Pricegroup; -use SL::DB::Prices; +use SL::DB::Price; use SL::DB::Printer; use SL::DB::Project; use SL::DB::PurchaseInvoice;