X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FPart.pm;h=904e6c5c9caa123e14afa196055a31a426fbcc55;hb=df33875fc30c508b60af9421d0061e66cdc0d55a;hp=9b4744e9e6bebdb8cf8ae2fcc6e53cf2a175dfde;hpb=880a2e9f233d585d9e1a3d8dc17b2795b8513fcf;p=kivitendo-erp.git diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index 9b4744e9e..904e6c5c9 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -92,7 +92,7 @@ sub action_part_picker_result { } sub init_parts { - $_[0]->get_models; + $_[0]->get_models(with_objects => [ qw(unit_obj) ]); } 1;