X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=f951bf9d0304cecaca40a8cb44e005b65eb26fa5;hb=26892ad4061a94cce873952f1e72d4f7badf6e3b;hp=83161c51802e067b32899e3b68a946a74ed81594;hpb=9f07753bc46cf5614fe454656f352bc74de5920a;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 83161c518..f951bf9d0 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -20,6 +20,7 @@ use SL::DB::Chart; use SL::DB::Contact; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; +use SL::DB::Currency; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; use SL::DB::CustomVariableValidity; @@ -42,7 +43,6 @@ use SL::DB::FollowUpAccess; use SL::DB::FollowUpLink; use SL::DB::GLTransaction; use SL::DB::GenericTranslation; -use SL::DB::Gifi; use SL::DB::History; use SL::DB::Inventory; use SL::DB::Invoice; @@ -65,8 +65,6 @@ use SL::DB::Price; use SL::DB::Printer; use SL::DB::Project; use SL::DB::PurchaseInvoice; -use SL::DB::RMA; -use SL::DB::RMAItem; use SL::DB::RecordLink; use SL::DB::SchemaInfo; use SL::DB::SepaExport;