]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/AccTransaction.pm
Vor Fremdschlüsselzuweisung trans_id verwaiste Einträge in orderitems löschen
[kivitendo-erp.git] / SL / DB / MetaSetup / AccTransaction.pm
index 29d5c3534c5319104b74833ce563516c2ee712c2..649b4647fcbc2a85d2fce687ac44d5b0c0353fa4 100644 (file)
@@ -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',