You've already forked OpenIntegrations
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:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
@@ -1537,7 +1537,7 @@ Function AddInsFolderOS() Export
|
||||
|
||||
AddInsFolder = StrConcat(PathParts, "/") + "/lib/oint/addins/";
|
||||
|
||||
Return ProgramDirectory;
|
||||
Return AddInsFolder;
|
||||
|
||||
EndFunction
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -1537,7 +1537,7 @@ Function AddInsFolderOS() Export
|
||||
|
||||
AddInsFolder = StrConcat(PathParts, "/") + "/lib/oint/addins/";
|
||||
|
||||
Return BinDir;
|
||||
Return AddInsFolder;
|
||||
|
||||
EndFunction
|
||||
|
||||
|
@@ -1537,7 +1537,7 @@
|
||||
|
||||
КаталогКомпонент = СтрСоединить(ЭлементыПути, "/") + "/lib/oint/addins/";
|
||||
|
||||
Возврат КаталогПрограммы;
|
||||
Возврат КаталогКомпонент;
|
||||
|
||||
КонецФункции
|
||||
|
||||
|
Reference in New Issue
Block a user