X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FOrderItem.pm;h=37520977bfc9ca486e049d91b269efb54083287d;hb=642c04d614c96555add111e983ef7a756a6362a1;hp=67bffd8cef00002d5612e8e5bac3136bed26e2fa;hpb=26dcea15bd1f734316221139015c4b7215662340;p=kivitendo-erp.git diff --git a/SL/DB/OrderItem.pm b/SL/DB/OrderItem.pm index 67bffd8ce..37520977b 100644 --- a/SL/DB/OrderItem.pm +++ b/SL/DB/OrderItem.pm @@ -10,7 +10,10 @@ use SL::DB::Helper::CustomVariables ( sub_module => 'orderitems', cvars_alias => 1, overloads => { - parts_id => 'SL::DB::Part', + parts_id => { + class => 'SL::DB::Part', + module => 'IC', + } }, );