X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/82515b2d93dc5632f24d6e0b6f8f05f3fd19fbb0..c8c6d1e8cc86565fb0e0fd290317f28e76bbff3b:/SL/DB/InvoiceItem.pm?ds=inline diff --git a/SL/DB/InvoiceItem.pm b/SL/DB/InvoiceItem.pm index 20afb033f..d8b39034d 100644 --- a/SL/DB/InvoiceItem.pm +++ b/SL/DB/InvoiceItem.pm @@ -4,13 +4,6 @@ use strict; use SL::DB::MetaSetup::InvoiceItem; -for my $field (qw( - qty allocated sellprice fxsellprice discount base_qty marge_total - marge_percent lastcost price_factor marge_price_factor -)) { - __PACKAGE__->attr_number($field, places => -2); -} - __PACKAGE__->meta->add_relationship( part => { type => 'one to one',