X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f..5bc87ade7044239fa9e893b9d7cbd476dc627eea:/SL/DB/MetaSetup/PaymentTerm.pm diff --git a/SL/DB/MetaSetup/PaymentTerm.pm b/SL/DB/MetaSetup/PaymentTerm.pm index 7dd067f6b..7c863cd45 100644 --- a/SL/DB/MetaSetup/PaymentTerm.pm +++ b/SL/DB/MetaSetup/PaymentTerm.pm @@ -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' },