Update serializers.py

add item_type and paid_price
This commit is contained in:
Mohammad Kiani
2025-09-29 17:47:58 +03:30
committed by GitHub
parent f7d6545235
commit e7d685f97c

View File

@@ -290,10 +290,12 @@ class InventoryQuotaSaleItemSerializer(serializers.ModelSerializer):
"name", "name",
"price_type", "price_type",
"delivery_type", "delivery_type",
"item_type",
"paid_type", "paid_type",
"weight", "weight",
"unit_price", "unit_price",
"total_price", "total_price",
"paid_price",
"livestock_statistic", "livestock_statistic",
] ]