]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
use parent statt use base in MetaSetup
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index 5671a4bb0e3a3ae7b6fed9be5d948e4886896483..2f407eae8d8298c82a4f65dd3c2354277a6f1c1e 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Default;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('defaults');
 
@@ -41,7 +41,6 @@ __PACKAGE__->meta->columns(
   datev_check_on_purchase_invoice           => { type => 'boolean', default => 'true' },
   datev_check_on_sales_invoice              => { type => 'boolean', default => 'true' },
   delivery_plan_calculate_transferred_do    => { type => 'boolean', default => 'false', not_null => 1 },
-  delivery_plan_show_value_of_goods         => { type => 'boolean', default => 'false', not_null => 1 },
   disabled_price_sources                    => { type => 'array' },
   dunning_ar                                => { type => 'integer' },
   dunning_ar_amount_fee                     => { type => 'integer' },