forked from DGNum/gestioCOF
typo.......
This commit is contained in:
parent
b383923d49
commit
278459e80f
1 changed files with 1 additions and 1 deletions
|
@ -2315,7 +2315,7 @@ class AccountStatOperation(ScaleMixin, PkUrlMixin, JSONDetailView):
|
||||||
.filter(canceled_at=None)
|
.filter(canceled_at=None)
|
||||||
)
|
)
|
||||||
if types is not None:
|
if types is not None:
|
||||||
all_operations = all_operations.filter(type__in==types)
|
all_operations = all_operations.filter(type__in=types)
|
||||||
chunks = self.chunkify_qs(all_operations, scale, field='group__at')
|
chunks = self.chunkify_qs(all_operations, scale, field='group__at')
|
||||||
return chunks
|
return chunks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue