fix - pos sharing filter brokers by quota stat
This commit is contained in:
@@ -34,7 +34,6 @@ def pos_organizations_sharing_information(
|
||||
"broker": item.broker.name if item.broker else None,
|
||||
"amount": quota.broker_values.filter(
|
||||
broker=item.broker,
|
||||
org_quota_stat=quota_stat
|
||||
).first().value if quota and item.broker else None,
|
||||
|
||||
# """
|
||||
|
||||
Reference in New Issue
Block a user