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(
|
assigner_stat = OrganizationQuotaStats.objects.get(
|
||||||
organization=assigner,
|
organization=assigner,
|
||||||
quota=quota,
|
quota=quota
|
||||||
stat_type='distribution'
|
|
||||||
)
|
)
|
||||||
assigned_stat = OrganizationQuotaStats.objects.get(
|
assigned_stat = OrganizationQuotaStats.objects.get(
|
||||||
organization=assigned,
|
organization=assigned,
|
||||||
quota=quota,
|
quota=quota
|
||||||
stat_type='distribution'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# create pricing attributes and broker pricing data
|
# create pricing attributes and broker pricing data
|
||||||
|
|||||||
Reference in New Issue
Block a user