Merge branch 'gewicht'
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index d6b6b84..6c1e5ec 100644 (file)
@@ -70,6 +70,7 @@ __PACKAGE__->meta->setup(
     warehouse_id                        => { type => 'integer' },
     bin_id                              => { type => 'integer' },
     currency_id                         => { type => 'integer', not_null => 1 },
+    show_weight                         => { type => 'boolean', default => 'false', not_null => 1 },
   ],
 
   primary_key_columns => [ 'id' ],