MT940-Import: Transaktionstype mit in BankTransaction
[kivitendo-erp.git] / SL / DB / MetaSetup / BankTransaction.pm
index 9f6e17d..77a24c9 100644 (file)
@@ -21,6 +21,8 @@ __PACKAGE__->meta->columns(
   remote_bank_code      => { type => 'text' },
   remote_name           => { type => 'text' },
   transaction_id        => { type => 'integer' },
+  transactioncode       => { type => 'text' },
+  transactiontext       => { type => 'text' },
   transdate             => { type => 'date', not_null => 1 },
   valutadate            => { type => 'date', not_null => 1 },
 );