X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3af1d16a776c63cdcf624bcc3eba3e8738ff0ccd..78034f2431414b414d171b720bc0438635e19ae5:/SL/DB/Part.pm diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 8c82e8a44..52b7520fa 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -7,10 +7,6 @@ use SL::DBUtils; use SL::DB::MetaSetup::Part; use SL::DB::Manager::Part; -__PACKAGE__->attr_number('lastcost', places => -2); -__PACKAGE__->attr_number('listprice', places => -2); -__PACKAGE__->attr_number('sellprice', places => -2); - __PACKAGE__->meta->add_relationships( unit_obj => { type => 'one to one',