-
Notifications
You must be signed in to change notification settings - Fork 92
Исправление привнесенных ошибок #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
acf518b
2940d7c
5024366
ead8b0a
ac02cab
f8eab94
f43a465
1a045bb
0e8b868
8ec6203
4359d33
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
// | ||
Функция ВерсияПродукта() Экспорт | ||
|
||
Возврат "2.2.1"; | ||
Возврат "2.3.0"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Неверно менять версию в девелоп-ветке :( There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Это не мои строчки... Это то что отсутвует в develop - прямые изменения в master |
||
|
||
КонецФункции // ВерсияПродукта() | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если мы все равно ищем в массив, и добавляем, если не найдено, то проще вместо массива юзать Соответствие
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Сделал