X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5a7ae14c769710c1de947b115cf2cd0c38d3df7e..2eb2bc5583f28aa5f9bb18c2cd314995d0570f8c:/SL/DB/OrderItem.pm diff --git a/SL/DB/OrderItem.pm b/SL/DB/OrderItem.pm index 37520977b..e75c78f5f 100644 --- a/SL/DB/OrderItem.pm +++ b/SL/DB/OrderItem.pm @@ -17,14 +17,6 @@ use SL::DB::Helper::CustomVariables ( }, ); -__PACKAGE__->meta->add_relationship( - unit_obj => { - type => 'many to one', - class => 'SL::DB::Unit', - column_map => { unit => 'name' }, - }, -); - __PACKAGE__->meta->initialize; sub is_price_update_available {