X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FInventory.pm;h=b8f28a37b076abb4d1f626a6e4489dc795dd14f1;hb=fac8417d136f89b1ce0fed8c2ef35ee089228ac7;hp=42238dd1516c7d65b756a12859c46522737074c0;hpb=719696e44520cdb0c39844a93672bfef7faa0b6c;p=kivitendo-erp.git diff --git a/SL/DB/Inventory.pm b/SL/DB/Inventory.pm index 42238dd15..b8f28a37b 100644 --- a/SL/DB/Inventory.pm +++ b/SL/DB/Inventory.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::Inventory; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;