misc: fix merge and form field ordering

This commit is contained in:
Lauréline Guérin 2022-03-03 12:03:47 +01:00
parent 7068021ef0
commit 35243bd6a1
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 4 additions and 4 deletions

View File

@ -445,6 +445,10 @@ class EventsTimesheetForm(forms.Form):
required=False,
help_text=_('Key defined in extra_data.'),
)
with_page_break = forms.BooleanField(
label=_('Add a page break before each grouper'),
required=False,
)
sort = forms.ChoiceField(
label=_('Sort by'),
choices=[
@ -453,10 +457,6 @@ class EventsTimesheetForm(forms.Form):
],
initial='lastname,firstname',
)
with_page_break = forms.BooleanField(
label=_('Add a page break before earh grouper'),
required=False,
)
date_display = forms.ChoiceField(
label=_('Display'),
choices=[