1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-02 22:05:37 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-11-19 22:59:30 +03:00
parent f0da37e62e
commit 3d04546c79
4 changed files with 5689 additions and 5689 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1308,7 +1308,7 @@ Function GetObjectInChunks(Val BasicData
EndDo;
If Not ChunkStart = TotalSize Then
If ChunkStart < TotalSize Then
Title = "bytes=" + OPI_Tools.NumberToString(ChunkStart) + "-";

View File

@ -1308,7 +1308,7 @@ Function GetObjectInChunks(Val BasicData
EndDo;
If Not ChunkStart = TotalSize Then
If ChunkStart < TotalSize Then
Title = "bytes=" + OPI_Tools.NumberToString(ChunkStart) + "-";

View File

@ -2040,9 +2040,9 @@
КонецФункции
Функция ПолучитьОбщийМодуль(Знач Имя)
Модуль = Вычислить(Имя);
Возврат Модуль;
КонецФункции