X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d7e4203055156dccb2ca3fba82bbb32873ecd2e..4bcf880408fcc4270084f36520d4fd2cfd509fbc:/SL/DB/MetaSetup/Employee.pm 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;