Skip to content

Commit

Permalink
Уточнения
Browse files Browse the repository at this point in the history
  • Loading branch information
ChernyakAI committed Aug 31, 2024
1 parent 0e23828 commit 4ccb2d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Andrei Chernyak
Copyright 2023-2024 Andrei Chernyak

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
РасписаниеРегламентногоЗадания = Новый РасписаниеРегламентногоЗадания;
Элементы.РасписаниеРегламентногоЗадания.Доступность = Истина;
Иначе
Элементы.РасписаниеРегламентногоЗадания.Доступность = Ложь
Элементы.РасписаниеРегламентногоЗадания.Доступность = Ложь;
КонецЕсли;

КонецПроцедуры
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Copyright 2023 Andrei Chernyak
// Copyright Copyright 2023-2024 Andrei Chernyak
// Licensed under the Apache License, Version 2.0
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

// Copyright Copyright 2023-2024 Andrei Chernyak
// Licensed under the Apache License, Version 2.0
//

#Область ОбработчикиКомандФормы

&НаСервереБезКонтекста
Процедура ЗаполнитьПоУмолчаниюНаСервере()

Expand All @@ -17,3 +22,5 @@
Элементы.Список.Обновить();

КонецПроцедуры

#КонецОбласти

0 comments on commit 4ccb2d2

Please sign in to comment.