diff --git a/core/apps/orders/admin/party.py b/core/apps/orders/admin/party.py index 11c166f..54f3327 100644 --- a/core/apps/orders/admin/party.py +++ b/core/apps/orders/admin/party.py @@ -28,13 +28,7 @@ class PartyAdmin(admin.ModelAdmin): autocomplete_fields = ['orders'] ordering = ['-number'] list_editable = [ - "party_amount__total_price", - 'party_amount__calculated_amount', - 'party_amount__paid_amount', "currency", - 'process', - 'payment_percentage', - 'is_deleted', ] def get_queryset(self, request):