projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4f84f
)
Kontoauszug verbuchen, bei DB Verwendungszweck übernehmen
author
Jan Büren
<jan@kivitendo.de>
Mon, 17 Jun 2019 09:06:31 +0000
(11:06 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Mon, 17 Jun 2019 09:06:31 +0000
(11:06 +0200)
Dialogbuchungen aus Kontoauszugs-Import erstellen,
der Verwendungszweck wird in die Beschreibung übernommen
SL/Controller/BankTransaction.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/BankTransaction.pm
b/SL/Controller/BankTransaction.pm
index
9793b33
..
86ff35e
100644
(file)
--- a/
SL/Controller/BankTransaction.pm
+++ b/
SL/Controller/BankTransaction.pm
@@
-973,6
+973,7
@@
sub load_gl_record_template_url {
'form_defaults.callback' => $self->callback,
'form_defaults.bt_id' => $self->transaction->id,
'form_defaults.bt_chart_id' => $self->transaction->local_bank_account->chart->id,
+ 'form_defaults.description' => $self->transaction->purpose,
);
}