]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PaymentTerm.pm
Zahlungsbedingungen: Flag »Fälligkeitsdatum automatisch berechnen«
[mfinanz.git] / SL / DB / MetaSetup / PaymentTerm.pm
index 7dd067f6b098cb115484ccbcb3486ddd3b7932f2..7c863cd45d943261344f71337e9c2748161b9d59 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' },