Allow to filter by IPN

This commit is contained in:
Jan Böhmer 2022-12-04 02:40:37 +01:00
parent b1d359f538
commit 6d966ce516
3 changed files with 12 additions and 0 deletions

View file

@ -53,6 +53,7 @@
{{ form_row(filterForm.measurementUnit) }}
{{ form_row(filterForm.mass) }}
{{ form_row(filterForm.dbId) }}
{{ form_row(filterForm.ipn) }}
{{ form_row(filterForm.lastModified) }}
{{ form_row(filterForm.addedDate) }}
</div>