1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-12-11 16:19:19 +03:00
parent a67fbb1d2b
commit 386b807a6b
6 changed files with 5811 additions and 5811 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2162,7 +2162,7 @@ Function FormOption(Val Value, Val Name, Val Embedded = False)
For Each ReplacedKey In ReplaceStructure Do
If Lower(Name) = ReplacedKey.Key Then
Value = ReplacedKey.Value;
Value = ReplacedKey.Value;
EndIf;
EndDo;

View File

@@ -1537,7 +1537,7 @@ Function AddInsFolderOS() Export
AddInsFolder = StrConcat(PathParts, "/") + "/lib/oint/addins/";
Return ProgramDirectory;
Return AddInsFolder;
EndFunction

View File

@@ -2162,7 +2162,7 @@ Function FormOption(Val Value, Val Name, Val Embedded = False)
For Each ReplacedKey In ReplaceStructure Do
If Lower(Name) = ReplacedKey.Key Then
Value = ReplacedKey.Value;
Value = ReplacedKey.Value;
EndIf;
EndDo;

View File

@@ -1537,7 +1537,7 @@ Function AddInsFolderOS() Export
AddInsFolder = StrConcat(PathParts, "/") + "/lib/oint/addins/";
Return BinDir;
Return AddInsFolder;
EndFunction

View File

@@ -1537,7 +1537,7 @@
КаталогКомпонент = СтрСоединить(ЭлементыПути, "/") + "/lib/oint/addins/";
Возврат КаталогПрограммы;
Возврат КаталогКомпонент;
КонецФункции