]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/ShopOrderItem.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / DB / MetaSetup / ShopOrderItem.pm
index ae7d21aab1f8aca10a3db702c5e20db476629857..4c795a096d028438f2539cc1312abf26e2a6500a 100644 (file)
@@ -11,7 +11,10 @@ __PACKAGE__->meta->table('shop_order_items');
 __PACKAGE__->meta->columns(
   active_price_source => { type => 'text' },
   description         => { type => 'text' },
+  discount            => { type => 'float', precision => 4, scale => 4 },
+  discount_code       => { type => 'text' },
   id                  => { type => 'serial', not_null => 1 },
+  identifier          => { type => 'text' },
   partnumber          => { type => 'text' },
   position            => { type => 'integer' },
   price               => { type => 'numeric', precision => 15, scale => 5 },