X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/DB/Inventory.pm?ds=sidebyside 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;