X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3af1d16a776c63cdcf624bcc3eba3e8738ff0ccd..19f96ce52f5145d8bf54060f18ab854d3e9034ca:/SL/DB/Part.pm?ds=sidebyside 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',