James Cole
2022-09-18 12:23:20 +02:00
parent 67126e46b9
commit 9f95d7a76f
4 changed files with 21 additions and 0 deletions

View File

@@ -610,6 +610,9 @@ class OperatorQuerySearch implements SearchInterface
case 'any_notes':
$this->collector->withAnyNotes();
break;
case 'reconciled':
$this->collector->isReconciled();
break;
//
// amount
//