Release 2.21.0 (#5014)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block report_form_layout %}
|
||||
{{ form_widget(form.date) }}
|
||||
{{ form_widget(form.customer, {'label': false, 'placeholder': 'please_choose'}) }}
|
||||
{{ form_widget(form.customer, {'label': false, 'placeholder': 'customer'}) }}
|
||||
{{ form_widget(form.sumType) }}
|
||||
{% from '@theme/components/buttons.html.twig' import submit_button %}
|
||||
{{ submit_button('download', {'attr': {'formaction': path(export_route)}, 'icon': 'download', 'combined': false}, 'primary') }}
|
||||
|
||||
Reference in New Issue
Block a user