re-order fields in search form (#2120)

This commit is contained in:
Kevin Papst
2020-11-12 11:14:43 +01:00
committed by GitHub
parent 49a4d1069a
commit 7503899a9b
3 changed files with 7 additions and 7 deletions

View File

@@ -40,8 +40,8 @@
{{ form_row(form.customers) }}
{{ form_row(form.projects) }}
{{ form_row(form.activities) }}
{{ form_row(form.users) }}
{{ form_row(form.tags) }}
{{ form_row(form.users) }}
{{ form_row(form.exported) }}
{{ form_row(form.state) }}
{{ form_row(form.markAsExported) }}