Support filter by payment nubmer

This commit is contained in:
Hillel Coren 2021-04-19 23:12:32 +03:00
parent e682f73c71
commit 05dc4a244c
1 changed files with 2 additions and 0 deletions

View File

@ -341,6 +341,7 @@ abstract class PaymentEntity extends Object
bool matchesFilter(String filter) {
return matchesStrings(
haystacks: [
number,
transactionReference,
privateNotes,
customValue1,
@ -356,6 +357,7 @@ abstract class PaymentEntity extends Object
String matchesFilterValue(String filter) {
return matchesStringsValue(
haystacks: [
number,
transactionReference,
privateNotes,
customValue1,