remove bank account when remove org

This commit is contained in:
2025-11-05 12:33:53 +03:30
parent 82e004166b
commit 1942042a2b
3 changed files with 61 additions and 48 deletions

View File

@@ -101,7 +101,6 @@ class QuotaDistributionViewSet(viewsets.ModelViewSet, DynamicSearchMixin, POSDev
can_buy_from_inventory(rancher.first(), distribution=distribution) & rancher.exists()
)
]
print(device)
# paginate & response
page = self.paginate_queryset(available_distributions) # noqa