Vorlagentyp "packing_list" gibt es nicht mehr
[kivitendo-erp.git] / SL / DB / InvoiceItem.pm
index 20afb03..d8b3903 100644 (file)
@@ -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',