X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FInventory.pm;h=42238dd1516c7d65b756a12859c46522737074c0;hb=dd6282f6e20d531511ae35cadc491a8c7ab8bad5;hp=98d505d703dbedcad8ea5fbdeddc959a417f4fa1;hpb=f97b07787db5cacc0f90338fdb3c1237262917cb;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;