Inventur: Manager-Klasse für Inventory (f. sorting/paginating)
[kivitendo-erp.git] / SL / DB / Inventory.pm
index b8f28a3..a463db5 100644 (file)
@@ -6,12 +6,10 @@ package SL::DB::Inventory;
 use strict;
 
 use SL::DB::MetaSetup::Inventory;
+use SL::DB::Manager::Inventory;
 
 __PACKAGE__->meta->initialize;
 
-# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
-__PACKAGE__->meta->make_manager_class;
-
 # part accessor is badly named
 sub part {
   goto &parts;