fix - bug of stat type in quota stat service
This commit is contained in:
@@ -99,13 +99,11 @@ class QuotaStatsService:
|
||||
|
||||
assigner_stat = OrganizationQuotaStats.objects.get(
|
||||
organization=assigner,
|
||||
quota=quota,
|
||||
stat_type='distribution'
|
||||
quota=quota
|
||||
)
|
||||
assigned_stat = OrganizationQuotaStats.objects.get(
|
||||
organization=assigned,
|
||||
quota=quota,
|
||||
stat_type='distribution'
|
||||
quota=quota
|
||||
)
|
||||
|
||||
# create pricing attributes and broker pricing data
|
||||
|
||||
Reference in New Issue
Block a user