Merge with Master
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 2m59s

This commit is contained in:
2026-05-03 21:08:58 +02:00
6 changed files with 1403 additions and 156 deletions

View File

@@ -28,5 +28,6 @@ from .items import * # noqa
from .json import * # noqa
from .mail import * # noqa
from .orderlist import * # noqa
from .relevant_orderlist import * # noqa
from .reusablemedia import * # noqa
from .waitinglist import * # noqa

View File

@@ -89,7 +89,7 @@ class OrderListExporter(MultiSheetListExporter):
description = gettext_lazy('Download a spreadsheet of all orders. The spreadsheet will include three sheets, one '
'with a line for every order, one with a line for every order position, and one with '
'a line for every additional fee charged in an order.')
featured = True
featured = False
repeatable_read = False
@cached_property

File diff suppressed because it is too large Load Diff