From f2016e3eb602481a1fb0af1e9737725bbb4e5222 Mon Sep 17 00:00:00 2001 From: tsygankoviva Date: Wed, 10 Jun 2026 10:10:08 +0300 Subject: [PATCH] =?UTF-8?q?vsp-edit-field-fix:=20=D0=BF=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D1=8F=D0=B5=D0=BC?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D0=B5=D0=BC=20=D0=BF=D0=BE=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/src/services/vsp_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/services/vsp_service.py b/api/src/services/vsp_service.py index efadb8a..60bac12 100644 --- a/api/src/services/vsp_service.py +++ b/api/src/services/vsp_service.py @@ -21,7 +21,7 @@ class VSPService: EXECUTOR_EDITABLE_FIELDS = { "location_form", "numbers", - "area", + "total_area", "rent_contract_num", "rent_end_date", }