Consolidation and extended test runs
[kivitendo-erp.git] / SL / DB / MetaSetup / PaymentTerm.pm
index 7dd067f..bc0587e 100644 (file)
@@ -4,11 +4,12 @@ package SL::DB::PaymentTerm;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('payment_terms');
 
 __PACKAGE__->meta->columns(
+  auto_calculation => { type => 'boolean', not_null => 1 },
   description      => { type => 'text' },
   description_long => { type => 'text' },
   id               => { type => 'integer', not_null => 1, sequence => 'id' },