Add search support for SEPA CT

This commit is contained in:
Janne Heß
2022-11-27 16:48:47 +01:00
parent 04c71a2e9e
commit dcfcbfd9b5
4 changed files with 20 additions and 0 deletions

View File

@@ -863,6 +863,9 @@ class OperatorQuerySearch implements SearchInterface
case 'attachment_notes_ends':
$this->collector->attachmentNotesEnds($value);
break;
case 'sepa_ct_is':
$this->collector->setSepaCT($value);
break;
}