X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8b112a39bd601b0bc717646d78de470631da22a..64b49f6c38c2c5763f21df00c7b4580ff70893be:/SL/DB/MetaSetup/Employee.pm?ds=inline diff --git a/SL/DB/MetaSetup/Employee.pm b/SL/DB/MetaSetup/Employee.pm index 63b0f1a40..7fabdc79a 100644 --- a/SL/DB/MetaSetup/Employee.pm +++ b/SL/DB/MetaSetup/Employee.pm @@ -33,32 +33,6 @@ __PACKAGE__->meta->unique_keys([ 'login' ]); __PACKAGE__->meta->allow_inline_column_values(1); -__PACKAGE__->meta->relationships( - ap => { - class => 'SL::DB::PurchaseInvoice', - column_map => { id => 'employee_id' }, - type => 'one to many', - }, - - ar => { - class => 'SL::DB::Invoice', - column_map => { id => 'employee_id' }, - type => 'one to many', - }, - - ar_objs => { - class => 'SL::DB::Invoice', - column_map => { id => 'salesman_id' }, - type => 'one to many', - }, - - drafts => { - class => 'SL::DB::Draft', - column_map => { id => 'employee_id' }, - type => 'one to many', - }, -); - # __PACKAGE__->meta->initialize; 1;