The validation filter of the soge credit list was buggy
This commit is contained in:
parent
c3d613947f
commit
8ada0e51f2
2 changed files with 2 additions and 2 deletions
|
|
@ -431,7 +431,7 @@ class SogeCreditListView(LoginRequiredMixin, ProtectQuerysetMixin, SingleTableVi
|
|||
if "valid" not in self.request.GET or not self.request.GET["valid"]:
|
||||
qs = qs.filter(credit_transaction__valid=False)
|
||||
|
||||
return qs[:20]
|
||||
return qs
|
||||
|
||||
|
||||
class SogeCreditManageView(LoginRequiredMixin, ProtectQuerysetMixin, BaseFormView, DetailView):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue