Zahlungsbedingungen: Flag »Fälligkeitsdatum automatisch berechnen«
[kivitendo-erp.git] / SL / DB / MetaSetup / PaymentTerm.pm
index 7dd067f..7c863cd 100644 (file)
@@ -9,6 +9,7 @@ use base 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' },