From c6604ace70da95150c0de97801170ac2ac9127d3 Mon Sep 17 00:00:00 2001 From: EgorSh <64424625+LakeGalahad@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:58:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=20=D0=BF=D0=B1?= =?UTF-8?q?=D0=BF=5F=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B0=D0=A4?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=B0=D0=A7=D0=B5=D1=80=D0=B5=D0=B7=D0=A2?= =?UTF-8?q?=D0=B0=D0=B1=D0=BB=D0=B8=D1=87=D0=BD=D1=8B=D0=B9=D0=94=D0=BE?= =?UTF-8?q?=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=A1=D0=B5=D1=80=D0=B2?= =?UTF-8?q?=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Удалил рудиментарный код проверки пустых строк --- .../Ext/Module.bsl" | 3 --- 1 file changed, 3 deletions(-) diff --git "a/src/cf/CommonModules/\320\277\320\261\320\277_\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\244\320\260\320\271\320\273\320\260\320\247\320\265\321\200\320\265\320\267\320\242\320\260\320\261\320\273\320\270\321\207\320\275\321\213\320\271\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\320\241\320\265\321\200\320\262\320\265\321\200/Ext/Module.bsl" "b/src/cf/CommonModules/\320\277\320\261\320\277_\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\244\320\260\320\271\320\273\320\260\320\247\320\265\321\200\320\265\320\267\320\242\320\260\320\261\320\273\320\270\321\207\320\275\321\213\320\271\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\320\241\320\265\321\200\320\262\320\265\321\200/Ext/Module.bsl" index 922523b2..577df95b 100644 --- "a/src/cf/CommonModules/\320\277\320\261\320\277_\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\244\320\260\320\271\320\273\320\260\320\247\320\265\321\200\320\265\320\267\320\242\320\260\320\261\320\273\320\270\321\207\320\275\321\213\320\271\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\320\241\320\265\321\200\320\262\320\265\321\200/Ext/Module.bsl" +++ "b/src/cf/CommonModules/\320\277\320\261\320\277_\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\244\320\260\320\271\320\273\320\260\320\247\320\265\321\200\320\265\320\267\320\242\320\260\320\261\320\273\320\270\321\207\320\275\321\213\320\271\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\320\241\320\265\321\200\320\262\320\265\321\200/Ext/Module.bsl" @@ -680,9 +680,6 @@ КонецЦикла; // Удаляем пустые строки, которые остались от объединения строк - ИмяКолонки1 = ТЗ.Колонки[0].Имя; - ИмяКолонки2 = ТЗ.Колонки[1].Имя; - ИмяКолонки3 = ТЗ.Колонки[2].Имя; КоличествоСтрок = ТЗ.Количество() - 1; Пока КоличествоСтрок >= 0 Цикл УдалитьСтроку = Истина;