mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-10-19 03:36:40 +02:00
Second step for SogeCredit validity
This commit is contained in:
@@ -417,7 +417,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)
|
||||
qs = qs.filter(valid=False)
|
||||
|
||||
return qs
|
||||
|
||||
|
Reference in New Issue
Block a user