Skip to content
Snippets Groups Projects
Commit c7c6f035 authored by korenstin's avatar korenstin
Browse files

Looks unused

parent 9d102402
No related branches found
No related tags found
2 merge requests!260api errors (fix #113), sortable tables, calendar (fix #95), opener (fix #117), colored linters, inclusif, bug july 31, 403 (fix #65),!257Sortable tables
Pipeline #14062 passed with stages
in 10 minutes and 6 seconds
......@@ -251,9 +251,6 @@ class RemittanceCreateView(ProtectQuerysetMixin, ProtectedCreateView):
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context["table"] = RemittanceTable(
data=Remittance.objects.filter(
PermissionBackend.filter_queryset(self.request, Remittance, "view")).all())
context["special_transactions"] = SpecialTransactionTable(data=SpecialTransaction.objects.none())
return context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment