fix - pos sharing on agc bug fixed influently
This commit is contained in:
@@ -229,6 +229,7 @@ class OrganizationQuotaStatsViewSet(viewsets.ModelViewSet, DynamicSearchMixin, P
|
||||
quotas = self.queryset.filter(
|
||||
Q(organization=organization),
|
||||
Q(quota__is_closed=False),
|
||||
Q(total_amount__gt=0),
|
||||
(
|
||||
Q(quota__pre_sale=True) | Q(quota__free_sale=True) | Q(inventory_received__gt=0)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user