forked from DGNum/gestioCOF
Checkout form is single-option now
This commit is contained in:
parent
9a01d1e877
commit
288de95c49
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue