X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/DB/MetaSetup/ShopOrderItem.pm diff --git a/SL/DB/MetaSetup/ShopOrderItem.pm b/SL/DB/MetaSetup/ShopOrderItem.pm index ae7d21aab..4c795a096 100644 --- a/SL/DB/MetaSetup/ShopOrderItem.pm +++ b/SL/DB/MetaSetup/ShopOrderItem.pm @@ -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 },