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) {
|
bool matchesFilter(String filter) {
|
||||||
return matchesStrings(
|
return matchesStrings(
|
||||||
haystacks: [
|
haystacks: [
|
||||||
|
number,
|
||||||
transactionReference,
|
transactionReference,
|
||||||
privateNotes,
|
privateNotes,
|
||||||
customValue1,
|
customValue1,
|
||||||
|
|
@ -356,6 +357,7 @@ abstract class PaymentEntity extends Object
|
||||||
String matchesFilterValue(String filter) {
|
String matchesFilterValue(String filter) {
|
||||||
return matchesStringsValue(
|
return matchesStringsValue(
|
||||||
haystacks: [
|
haystacks: [
|
||||||
|
number,
|
||||||
transactionReference,
|
transactionReference,
|
||||||
privateNotes,
|
privateNotes,
|
||||||
customValue1,
|
customValue1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue