diff --git a/core/apps/orders/serializers.py b/core/apps/orders/serializers.py index f6fa166..b6591c7 100644 --- a/core/apps/orders/serializers.py +++ b/core/apps/orders/serializers.py @@ -7,6 +7,6 @@ class OrderListSerializer(serializers.ModelSerializer): class Meta: model = Order fields = [ - 'id', 'name', 'date', 'status', 'size', 'total_price', 'is_paid', 'location', 'location_to', + 'id', 'order_number', 'name', 'date', 'status', 'size', 'total_price', 'is_paid', 'location', 'location_to', 'location_from' ] \ No newline at end of file