S:C:CustomerVendorTurnover: unnütze Zeile weg
[kivitendo-erp.git] / SL / DB / MetaSetup / BankTransaction.pm
index 9f6e17d..70c4132 100644 (file)
@@ -20,7 +20,9 @@ __PACKAGE__->meta->columns(
   remote_account_number => { type => 'text' },
   remote_bank_code      => { type => 'text' },
   remote_name           => { type => 'text' },
+  transaction_code      => { type => 'text' },
   transaction_id        => { type => 'integer' },
+  transaction_text      => { type => 'text' },
   transdate             => { type => 'date', not_null => 1 },
   valutadate            => { type => 'date', not_null => 1 },
 );