Support filter by payment nubmer
This commit is contained in:
parent
e682f73c71
commit
05dc4a244c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue