Allow to filter by the lot owner

This commit is contained in:
Jan Böhmer 2023-04-08 00:44:34 +02:00
parent f91b719542
commit d32e902d17
4 changed files with 32 additions and 8 deletions

View file

@ -66,6 +66,7 @@
{{ form_row(filterForm.lotCount) }}
{{ form_row(filterForm.lotExpirationDate) }}
{{ form_row(filterForm.lotDescription) }}
{{ form_row(filterForm.lotOwner) }}
{{ form_row(filterForm.lotNeedsRefill) }}
{{ form_row(filterForm.lotUnknownAmount) }}
</div>