X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/357d134d265637fb37ed2cd47da2ce3ef44d015a..6f266e929ff3eaefc84c34b46fa452c50eecbcf4:/SL/DB/MetaSetup/AccTransaction.pm diff --git a/SL/DB/MetaSetup/AccTransaction.pm b/SL/DB/MetaSetup/AccTransaction.pm index 29d5c3534..649b4647f 100644 --- a/SL/DB/MetaSetup/AccTransaction.pm +++ b/SL/DB/MetaSetup/AccTransaction.pm @@ -26,11 +26,12 @@ __PACKAGE__->meta->setup( taxkey => { type => 'integer' }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, - tax_id => { type => 'integer', not_null => 1 }, ], primary_key_columns => [ 'acc_trans_id' ], + allow_inline_column_values => 1, + foreign_keys => [ chart => { class => 'SL::DB::Chart',