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:
c372f6f
)
BankTransaction: Filter nach Konteninhaber-Namen
author
Jan Büren
<jan@kivitendo.de>
Tue, 12 Jan 2021 13:13:48 +0000
(14:13 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Thu, 14 Jan 2021 13:10:02 +0000
(14:10 +0100)
SL/Controller/BankTransaction.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/BankTransaction.pm
b/SL/Controller/BankTransaction.pm
index
e7137bb
..
98eba44
100644
(file)
--- a/
SL/Controller/BankTransaction.pm
+++ b/
SL/Controller/BankTransaction.pm
@@
-850,6
+850,7
@@
sub make_filter_summary {
[ $filter->{"valutadate:date::le"}, $::locale->text('Valutadate') . " " . $::locale->text('To Date') ],
[ $filter->{"amount:number"}, $::locale->text('Amount') ],
[ $filter->{"bank_account_id:integer"}, $::locale->text('Local bank account') ],
+ [ $filter->{"remote_name:substr::ilike"}, $::locale->text('Remote name') ],
);
for (@filters) {