some changes - in pos - v1
This commit is contained in:
@@ -110,7 +110,7 @@ def quota_pricing_items_by_type(quota: Quota, sharing: list) -> typing.Any:
|
||||
items = (
|
||||
QuotaPriceCalculationItems.objects.filter(quota=quota).select_related(
|
||||
"pricing_type"
|
||||
).values(
|
||||
).order_by("id").values(
|
||||
"pricing_type_id",
|
||||
"pricing_type__en_name",
|
||||
"pricing_type__name",
|
||||
|
||||
Reference in New Issue
Block a user