remove bank account when remove org
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user