X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FOrderItem.pm;h=1e17d364c27c1bd1c257c800c8e5725e8478d15a;hb=50418558d521022a3c23d5edf431b2a41daae0f8;hp=9ee5743efccbf2284089c3d8616dd8d51b81afd4;hpb=dbdaaafb9239a402faa889d9d89616a3e98d79fe;p=kivitendo-erp.git diff --git a/SL/DB/OrderItem.pm b/SL/DB/OrderItem.pm index 9ee5743ef..1e17d364c 100644 --- a/SL/DB/OrderItem.pm +++ b/SL/DB/OrderItem.pm @@ -15,6 +15,11 @@ __PACKAGE__->meta->add_relationship( class => 'SL::DB::PriceFactor', column_map => { price_factor_id => 'id' }, }, + unit_obj => { + type => 'one to one', + class => 'SL::DB::Unit', + column_map => { unit => 'name' }, + }, ); # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.