X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..0dfb1453080f4bcd515bff166f35d5577a08b75b:/SL/DB/Helper/ALL.pm?ds=inline diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 9962406d2..325a96cc2 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -23,6 +23,9 @@ use SL::DB::Chart; use SL::DB::Contact; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; +use SL::DB::CsvImportReport; +use SL::DB::CsvImportReportRow; +use SL::DB::CsvImportReportStatus; use SL::DB::Currency; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; @@ -34,7 +37,6 @@ use SL::DB::DeliveryOrder; use SL::DB::DeliveryOrderItem; use SL::DB::DeliveryOrderItemsStock; use SL::DB::Department; -use SL::DB::DptTrans; use SL::DB::Draft; use SL::DB::Dunning; use SL::DB::DunningConfig; @@ -80,7 +82,6 @@ use SL::DB::TaxZone; use SL::DB::TodoUserConfig; use SL::DB::TransferType; use SL::DB::Translation; -use SL::DB::TranslationPaymentTerm; use SL::DB::Unit; use SL::DB::UnitsLanguage; use SL::DB::VC;