Revision fd3e0f93
Von Jan Büren vor fast 4 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
850 | 850 |
[ $filter->{"valutadate:date::le"}, $::locale->text('Valutadate') . " " . $::locale->text('To Date') ], |
851 | 851 |
[ $filter->{"amount:number"}, $::locale->text('Amount') ], |
852 | 852 |
[ $filter->{"bank_account_id:integer"}, $::locale->text('Local bank account') ], |
853 |
[ $filter->{"remote_name:substr::ilike"}, $::locale->text('Remote name') ], |
|
853 | 854 |
); |
854 | 855 |
|
855 | 856 |
for (@filters) { |
Auch abrufbar als: Unified diff
BankTransaction: Filter nach Konteninhaber-Namen