]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/InvoiceItem.pm
Fremschlüssel für »unit« in Tabellen orderitems, delivery_order_items, invoice
[kivitendo-erp.git] / SL / DB / InvoiceItem.pm
index 8f9a4dde7bae629beb2df365c38f0786c7a0a793..eeeb679fc594240a87f5d4bd0c1db63be71f4414 100644 (file)
@@ -14,14 +14,6 @@ use SL::DB::Helper::CustomVariables (
   },
 );
 
-__PACKAGE__->meta->add_relationship(
-  unit_obj       => {
-    type         => 'many to one',
-    class        => 'SL::DB::Unit',
-    column_map   => { unit => 'name' },
-  },
-);
-
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;