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:
parent
f0da37e62e
commit
3d04546c79
File diff suppressed because it is too large
Load Diff
@ -1308,7 +1308,7 @@ Function GetObjectInChunks(Val BasicData
|
||||
|
||||
EndDo;
|
||||
|
||||
If Not ChunkStart = TotalSize Then
|
||||
If ChunkStart < TotalSize Then
|
||||
|
||||
Title = "bytes=" + OPI_Tools.NumberToString(ChunkStart) + "-";
|
||||
|
||||
|
@ -1308,7 +1308,7 @@ Function GetObjectInChunks(Val BasicData
|
||||
|
||||
EndDo;
|
||||
|
||||
If Not ChunkStart = TotalSize Then
|
||||
If ChunkStart < TotalSize Then
|
||||
|
||||
Title = "bytes=" + OPI_Tools.NumberToString(ChunkStart) + "-";
|
||||
|
||||
|
@ -2040,9 +2040,9 @@
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьОбщийМодуль(Знач Имя)
|
||||
|
||||
|
||||
Модуль = Вычислить(Имя);
|
||||
|
||||
|
||||
Возврат Модуль;
|
||||
КонецФункции
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user