X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/14304a6a27f1057646fc088364fd4625c24860dd..38bb9635fde8c2821c23da931bcb6acba8e4b8be:/SL/DB/MetaSetup/BankTransaction.pm?ds=sidebyside diff --git a/SL/DB/MetaSetup/BankTransaction.pm b/SL/DB/MetaSetup/BankTransaction.pm index 77a24c94e..70c4132df 100644 --- a/SL/DB/MetaSetup/BankTransaction.pm +++ b/SL/DB/MetaSetup/BankTransaction.pm @@ -20,9 +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' }, - transactioncode => { type => 'text' }, - transactiontext => { type => 'text' }, + transaction_text => { type => 'text' }, transdate => { type => 'date', not_null => 1 }, valutadate => { type => 'date', not_null => 1 }, );