Skip to content

Commit

Permalink
Корректно объявление детальки
Browse files Browse the repository at this point in the history
  • Loading branch information
nivanchenko committed Dec 21, 2022
1 parent 67f2ce0 commit 5582a58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&Деталька("winow.КаталогиСФайлами")
Перем КаталогиСФайлами Экспорт;

&Деталька("winow.АвтоСтарт")
&Деталька(Значение = "winow.АвтоСтарт", ЗначениеПоУмолчанию = Истина)
Перем АвтоСтарт Экспорт;

&Рогатка
Expand All @@ -34,7 +34,7 @@

Процедура Старт()

Если АвтоСтарт = Истина ИЛИ АвтоСтарт = Неопределено Тогда
Если АвтоСтарт = Истина Тогда
ВебСервер.Старт();
КонецЕсли;

Expand Down

0 comments on commit 5582a58

Please sign in to comment.