Skip to content

Commit

Permalink
Merge pull request #1697 from lo0p3r/develop
Browse files Browse the repository at this point in the history
#1695 fix
  • Loading branch information
Pr-Mex authored Jul 23, 2022
2 parents d8a0cca + 233c92f commit 6901d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19629,7 +19629,7 @@
ИдКолонки = -1;
ТекстСообщения = "";
КоличествоРешений = 0;
Если ТЗБыло.Колонки.Количество() > 1 Тогда
Если ТЗБыло.Колонки.Количество() > 0 Тогда
Для каждого Колонка Из ТЗБыло.Колонки Цикл
ИдКолонки = ИдКолонки + 1;
Построитель = Новый ПостроительЗапроса;
Expand Down

0 comments on commit 6901d45

Please sign in to comment.