]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
ShippedQty: Verwaiste Option fill_up aus Mandantenkonfig entfernt
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index ec5c85f4e1964c90ca0f31b3f08f416120ad7005..d49ce4505d9ea5a8768261124545793f84100ac9 100644 (file)
@@ -129,7 +129,6 @@ __PACKAGE__->meta->columns(
   pdonumber                                 => { type => 'text' },
   ponumber                                  => { type => 'text' },
   precision                                 => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
-  produce_assembly_multiple_levels          => { type => 'boolean', default => 'false' },
   produce_assembly_same_warehouse           => { type => 'boolean', default => 'true' },
   profit_carried_forward_chart_id           => { type => 'integer' },
   profit_determination                      => { type => 'text' },
@@ -162,8 +161,6 @@ __PACKAGE__->meta->columns(
   sepa_set_skonto_date_as_default_exec_date => { type => 'boolean', default => 'false' },
   sepa_set_skonto_date_buffer_in_days       => { type => 'integer', default => '0' },
   servicenumber                             => { type => 'text' },
-  shipped_qty_fill_up                       => { type => 'boolean', default => 'true', not_null => 1 },
-  shipped_qty_item_identity_fields          => { type => 'array', default => '{parts_id}', not_null => 1 },
   shipped_qty_require_stock_out             => { type => 'boolean', default => 'false', not_null => 1 },
   show_bestbefore                           => { type => 'boolean', default => 'false' },
   show_longdescription_select_item          => { type => 'boolean', default => 'false' },