From 7f9f1ca1ea1c8949038417e39db2c34e30ab85f9 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Tue, 2 Dec 2025 17:07:04 +0330 Subject: [PATCH] fix - bug of stat type in quota stat service --- apps/product/services/quota_stat_service.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/product/services/quota_stat_service.py b/apps/product/services/quota_stat_service.py index 5b9535d..63b7f5d 100644 --- a/apps/product/services/quota_stat_service.py +++ b/apps/product/services/quota_stat_service.py @@ -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