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