X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/72b340de2352eec7d3f99a00e2141a2df35f07f3..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/DB/Helper/ALL.pm?ds=inline diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 54b4b49f3..ba615b9aa 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -5,6 +5,11 @@ use strict; use SL::DB::AccTransaction; use SL::DB::Assembly; use SL::DB::AuditTrail; +use SL::DB::AuthGroup; +use SL::DB::AuthGroupRight; +use SL::DB::AuthUser; +use SL::DB::AuthUserConfig; +use SL::DB::AuthUserGroup; use SL::DB::BackgroundJob; use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; @@ -44,10 +49,10 @@ use SL::DB::Inventory; use SL::DB::Invoice; use SL::DB::InvoiceItem; use SL::DB::Language; -use SL::DB::License; -use SL::DB::LicenseInvoice; use SL::DB::MakeModel; use SL::DB::Note; +use SL::DB::Object::Hooks; +use SL::DB::Object; use SL::DB::Order; use SL::DB::OrderItem; use SL::DB::Part; @@ -79,6 +84,7 @@ use SL::DB::Translation; use SL::DB::TranslationPaymentTerm; use SL::DB::Unit; use SL::DB::UnitsLanguage; +use SL::DB::VC; use SL::DB::Vendor; use SL::DB::VendorTax; use SL::DB::Warehouse;