Release 2.0.25 (#4066)
* added support for hourly rate column in detail table * allow to register icon in extension * allow to show QR code secret * new translations * bump theme and packages * fix validation for invoice-document-filenames with uppercase character * max upload size 1MB * fix last month in daterange-picker in certain situations, more years in quick-select * remove unused package-versions-deprecated * link preferences from contract warning message * added page_setup page layout * prevent DROP TABLE in addSQL() and replace drop table with schema call * added azuyalabs/yasumi
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
{% import "macros/widgets.html.twig" as widgets %}
|
||||
{% import "macros/datatables.html.twig" as tables %}
|
||||
|
||||
{% if dataTable is not defined and page_setup is defined and page_setup.hasDataTable() %}
|
||||
{% set dataTable = page_setup.getDataTable() %}
|
||||
{% endif %}
|
||||
|
||||
{% block main_before %}
|
||||
{{ tables.configuration(dataTable) }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user