X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FInvoiceItem.pm;h=1407c33343ba6726c5fe5f689c4f91f9b443a3c8;hb=89c9ff022d3f13e27ba6bda085df15707fcfb0eb;hp=04b28a1952fe7eca064aa904f103a46d5478916c;hpb=dbdaaafb9239a402faa889d9d89616a3e98d79fe;p=kivitendo-erp.git diff --git a/SL/DB/InvoiceItem.pm b/SL/DB/InvoiceItem.pm index 04b28a195..1407c3334 100644 --- a/SL/DB/InvoiceItem.pm +++ b/SL/DB/InvoiceItem.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.