1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-27 17:13:50 +03:00
parent 152452f172
commit fd9d576293
2 changed files with 5206 additions and 5206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -169,7 +169,7 @@ Procedure GetCollection(Value, Val Encoding)
Else
If TypeOf(Value) = Type("BinaryData") Then
Value = GetStringFromBinaryData(Value, Encoding);
Value = ПолучитьСтрокуИзДвоичныхДанных(Value, Encoding);
Else
Value = String(Value);
EndIf;