Checkout form is single-option now

This commit is contained in:
Ludovic Stephan 2021-02-06 18:58:25 +01:00
parent 9a01d1e877
commit 288de95c49

View file

@ -1476,7 +1476,7 @@ def history_json(request):
opegroups = opegroups.filter(at__lt=end)
transfergroups = transfergroups.filter(at__lt=end)
if checkout:
opegroups = opegroups.filter(checkout__in=checkout)
opegroups = opegroups.filter(checkout=checkout)
transfergroups = TransferGroup.objects.none()
if transfers_only:
opegroups = OperationGroup.objects.none()