]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BankTransaction.pm
GDPDU: Typo (transactions.csv)
[kivitendo-erp.git] / SL / DB / MetaSetup / BankTransaction.pm
index 9f6e17daca5296ad7f38aee0ea02bc5a1fdac4d4..77a24c94e44bcdba076bce625488670523f0974e 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 },
 );