X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FInventory.pm;h=42238dd1516c7d65b756a12859c46522737074c0;hb=6bb7e63612793081eb30a2bdbf42d5b1e7bff7b6;hp=98d505d703dbedcad8ea5fbdeddc959a417f4fa1;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/Inventory.pm b/SL/DB/Inventory.pm index 98d505d70..42238dd15 100644 --- a/SL/DB/Inventory.pm +++ b/SL/DB/Inventory.pm @@ -10,4 +10,9 @@ use SL::DB::MetaSetup::Inventory; # 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; +} + 1;